Html Css Color HEX #618208 Olive Drab

📋 copy color: '#618208'

red 97 ◦ green 130 ◦ blue 8

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

Shades of Olive Drab #618208

Tints of Olive Drab #618208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 41.28%
G = 55.32%
B = 3.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#618208 (or 0x618208) is known color: Olive Drab. HEX triplet: 61, 82 and 08. RGB value is (97,130,8). Sum of RGB (Red+Green+Blue) = 97+130+8=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #618208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618208 is #9E7DF7. Grayscale: #6A6A6A. Windows color (decimal): -10386936 or 557665. OLE color: 557665.

HSL color Cylindrical-coordinate representation of color #618208: hue angle of 76.23º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #618208 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 8 -
CMYK 0.25 0 0.94 0.49
HSL 76.23º 0.88% 0.27% -
HSV(B) 76.23º 0.94% 0.51% -
XYZ 12.96 18.52 3.12 -
YUV 106.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 97 130 8 0.25 0 0.94 0.49 76.23 0.88 0.27
Hex 61 82 8 19 0 5E 31 4C 58 1B
Octal 141 202 10 31 0 136 61 114 130 33
Binary 1100001 10000010 1000 11001 0 1011110 110001 1001100 1011000 11011

Color Harmonies of #618208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618208

Black with #618208

Text Example


Text Example

White with #618208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618208; }

 p { color: rgb(97,130,8); }

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

background-color css

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

 a { background-color: rgb(97,130,8); }

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

border-color css

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

 span { border-color: rgb(97,130,8); }

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