Html Css Color HEX #616F38 Dark Olive Green

📋 copy color: '#616F38'

red 97 ◦ green 111 ◦ blue 56

#616F38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #616F38

Tints of Dark Olive Green #616F38

RGB

 RED value IS 97 (38.28% from 255) = 36.74%

 GREEN value IS 111 (43.75% from 255) = 42.05%

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 36.74%
G = 42.05%
B = 21.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#616F38 (or 0x616F38) is known color: Dark Olive Green. HEX triplet: 61, 6F and 38. RGB value is (97,111,56). Sum of RGB (Red+Green+Blue) = 97+111+56=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #616F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F38 is #9E90C7. Grayscale: #646464. Windows color (decimal): -10391752 or 3698529. OLE color: 3698529.

HSL color Cylindrical-coordinate representation of color #616F38: hue angle of 75.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #616F38 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 111 56 -
CMYK 0.13 0 0.50 0.56
HSL 75.27º 0.33% 0.33% -
HSV(B) 75.27º 0.5% 0.44% -
XYZ 11.33 14.2 5.88 -
YUV 100.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 97 111 56 0.13 0 0.50 0.56 75.27 0.33 0.33
Hex 61 6F 38 D 0 32 38 4B 21 21
Octal 141 157 70 15 0 62 70 113 41 41
Binary 1100001 1101111 111000 1101 0 110010 111000 1001011 100001 100001

Color Harmonies of #616F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F38

Black with #616F38

Text Example


Text Example

White with #616F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616F38; }

 p { color: rgb(97,111,56); }

 H1.HeaderClassName
 {
   color: #616F38;
 }
 .AnyTagClassName
 {
   color: #616F38;
 }
</style>

background-color css

<style>
 a { background-color: #616F38; }

 a { background-color: rgb(97,111,56); }

 div.DivClassName
 {
   background-color: #616F38;
 }
 .BgClassName
 {
   background-color: #616F38;
 }
</style>

border-color css

<style>
 span { border-color: #616F38; }

 span { border-color: rgb(97,111,56); }

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