Html Css Color HEX #60830F Olive Drab

📋 copy color: '#60830F'

red 96 ◦ green 131 ◦ blue 15

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

Shades of Olive Drab #60830F

Tints of Olive Drab #60830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 39.67%
G = 54.13%
B = 6.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#60830F (or 0x60830F) is known color: Olive Drab. HEX triplet: 60, 83 and 0F. RGB value is (96,131,15). Sum of RGB (Red+Green+Blue) = 96+131+15=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #60830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60830F is #9F7CF0. Grayscale: #6B6B6B. Windows color (decimal): -10452209 or 1016672. OLE color: 1016672.

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

Color convert

RGB 96 131 15 -
CMYK 0.27 0 0.89 0.49
HSL 78.1º 0.79% 0.29% -
HSV(B) 78.1º 0.89% 0.51% -
XYZ 13.03 18.75 3.39 -
YUV 107.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 96 131 15 0.27 0 0.89 0.49 78.1 0.79 0.29
Hex 60 83 F 1B 0 59 31 4E 4F 1D
Octal 140 203 17 33 0 131 61 116 117 35
Binary 1100000 10000011 1111 11011 0 1011001 110001 1001110 1001111 11101

Color Harmonies of #60830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60830F

Black with #60830F

Text Example


Text Example

White with #60830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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