Html Css Color HEX #608405 Olive Drab

📋 copy color: '#608405'

red 96 ◦ green 132 ◦ blue 5

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

Shades of Olive Drab #608405

Tints of Olive Drab #608405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.65%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 41.2%
G = 56.65%
B = 2.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#608405 (or 0x608405) is known color: Olive Drab. HEX triplet: 60, 84 and 05. RGB value is (96,132,5). Sum of RGB (Red+Green+Blue) = 96+132+5=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #608405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608405 is #9F7BFA. Grayscale: #6B6B6B. Windows color (decimal): -10451963 or 361568. OLE color: 361568.

HSL color Cylindrical-coordinate representation of color #608405: hue angle of 77.01º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #608405 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 5 -
CMYK 0.27 0 0.96 0.48
HSL 77.01º 0.93% 0.27% -
HSV(B) 77.01º 0.96% 0.52% -
XYZ 13.1 19 3.12 -
YUV 106.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 96 132 5 0.27 0 0.96 0.48 77.01 0.93 0.27
Hex 60 84 5 1B 0 60 30 4D 5D 1B
Octal 140 204 5 33 0 140 60 115 135 33
Binary 1100000 10000100 101 11011 0 1100000 110000 1001101 1011101 11011

Color Harmonies of #608405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608405

Black with #608405

Text Example


Text Example

White with #608405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608405; }

 p { color: rgb(96,132,5); }

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

background-color css

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

 a { background-color: rgb(96,132,5); }

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

border-color css

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

 span { border-color: rgb(96,132,5); }

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