Html Css Color HEX #60830C Olive Drab

📋 copy color: '#60830C'

red 96 ◦ green 131 ◦ blue 12

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

Shades of Olive Drab #60830C

Tints of Olive Drab #60830C

RGB

 RED value IS 96 (37.89% from 255) = 40.17%

 GREEN value IS 131 (51.56% from 255) = 54.81%

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 40.17%
G = 54.81%
B = 5.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#60830C (or 0x60830C) is known color: Olive Drab. HEX triplet: 60, 83 and 0C. RGB value is (96,131,12). Sum of RGB (Red+Green+Blue) = 96+131+12=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #60830C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60830C is #9F7CF3. Grayscale: #6B6B6B. Windows color (decimal): -10452212 or 820064. OLE color: 820064.

HSL color Cylindrical-coordinate representation of color #60830C: hue angle of 77.65º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60830C is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 131 12 -
CMYK 0.27 0 0.91 0.49
HSL 77.65º 0.83% 0.28% -
HSV(B) 77.65º 0.91% 0.51% -
XYZ 13.01 18.75 3.28 -
YUV 106.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 96 131 12 0.27 0 0.91 0.49 77.65 0.83 0.28
Hex 60 83 C 1B 0 5B 31 4E 53 1C
Octal 140 203 14 33 0 133 61 116 123 34
Binary 1100000 10000011 1100 11011 0 1011011 110001 1001110 1010011 11100

Color Harmonies of #60830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60830C

Black with #60830C

Text Example


Text Example

White with #60830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60830C; }

 p { color: rgb(96,131,12); }

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

background-color css

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

 a { background-color: rgb(96,131,12); }

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

border-color css

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

 span { border-color: rgb(96,131,12); }

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