#67995E

Color #67995E Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #67995E

Tints of Hippie Green #67995E

Color information

#67995E (or 0x67995E) is unknown color: approx Hippie Green. HEX triplet: 67, 99 and 5E. RGB value is (103,153,94). Sum of RGB (Red+Green+Blue) = 103+153+94=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #67995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67995E is #9866A1. Grayscale: #838383. Windows color (decimal): -9987746 or 6199655. OLE color: 6199655.

HSL color Cylindrical-coordinate representation of color #67995E: hue angle of 110.85º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67995E is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB10315394-
CMYK0.3300.390.4
HSL110.85º23.89%48.43%-
HSV(B)110.85º38.56%60%-
XYZ19.0126.4714.7-
YUV131.32106.94107.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=29.43%
G=43.71%
B=26.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153940.3300.390.4110.8523.8948.43
Hex67995E21027286f1830
Octal14723113641047501573060
Binary11001111001100110111101000010100111101000110111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67995E; }

 p { color: rgb(103,153,94); }

 H1.HeaderClassName
 {
   color: #67995E;
 }
 .AnyTagClassName
 {
   color: #67995E;
 }
</style>
background-color css

<style>
 a { background-color: #67995E; }

 a { background-color: rgb(103,153,94); }

 div.DivClassName
 {
   background-color: #67995E;
 }
 .BgClassName
 {
   background-color: #67995E;
 }
</style>
border-color css

<style>
 span { border-color: #67995E; }

 span { border-color: rgb(103,153,94); }

 td.TdClassName
 {
   border-color: #67995E;
 }
 .TagClassName
 {
   border-color: #67995E;
 }
</style>