Html Css Color HEX #608125 Olive Drab

📋 copy color: '#608125'

red 96 ◦ green 129 ◦ blue 37

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

Shades of Olive Drab #608125

Tints of Olive Drab #608125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 36.64%
G = 49.24%
B = 14.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#608125 (or 0x608125) is known color: Olive Drab. HEX triplet: 60, 81 and 25. RGB value is (96,129,37). Sum of RGB (Red+Green+Blue) = 96+129+37=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #608125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608125 is #9F7EDA. Grayscale: #6C6C6C. Windows color (decimal): -10452699 or 2457952. OLE color: 2457952.

HSL color Cylindrical-coordinate representation of color #608125: hue angle of 81.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #608125 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 37 -
CMYK 0.26 0 0.71 0.49
HSL 81.52º 0.55% 0.33% -
HSV(B) 81.52º 0.71% 0.51% -
XYZ 13.01 18.32 4.6 -
YUV 108.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 96 129 37 0.26 0 0.71 0.49 81.52 0.55 0.33
Hex 60 81 25 1A 0 47 31 52 37 21
Octal 140 201 45 32 0 107 61 122 67 41
Binary 1100000 10000001 100101 11010 0 1000111 110001 1010010 110111 100001

Color Harmonies of #608125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608125

Black with #608125

Text Example


Text Example

White with #608125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608125; }

 p { color: rgb(96,129,37); }

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

background-color css

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

 a { background-color: rgb(96,129,37); }

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

border-color css

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

 span { border-color: rgb(96,129,37); }

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