Html Css Color HEX #609307 Olive Drab

📋 copy color: '#609307'

red 96 ◦ green 147 ◦ blue 7

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

Shades of Olive Drab #609307

Tints of Olive Drab #609307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.8%

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 38.4%
G = 58.8%
B = 2.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#609307 (or 0x609307) is known color: Olive Drab. HEX triplet: 60, 93 and 07. RGB value is (96,147,7). Sum of RGB (Red+Green+Blue) = 96+147+7=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #609307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609307 is #9F6CF8. Grayscale: #747474. Windows color (decimal): -10448121 or 496480. OLE color: 496480.

HSL color Cylindrical-coordinate representation of color #609307: hue angle of 81.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #609307 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 7 -
CMYK 0.35 0 0.95 0.42
HSL 81.86º 0.91% 0.3% -
HSV(B) 81.86º 0.95% 0.58% -
XYZ 15.3 23.37 3.91 -
YUV 115.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 96 147 7 0.35 0 0.95 0.42 81.86 0.91 0.3
Hex 60 93 7 23 0 5F 2A 52 5B 1E
Octal 140 223 7 43 0 137 52 122 133 36
Binary 1100000 10010011 111 100011 0 1011111 101010 1010010 1011011 11110

Color Harmonies of #609307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609307

Black with #609307

Text Example


Text Example

White with #609307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609307; }

 p { color: rgb(96,147,7); }

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

background-color css

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

 a { background-color: rgb(96,147,7); }

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

border-color css

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

 span { border-color: rgb(96,147,7); }

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