Html Css Color HEX #659308 Olive Drab

📋 copy color: '#659308'

red 101 ◦ green 147 ◦ blue 8

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

Shades of Olive Drab #659308

Tints of Olive Drab #659308

RGB

 RED value IS 101 (39.84% from 255) = 39.45%

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

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 39.45%
G = 57.42%
B = 3.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#659308 (or 0x659308) is known color: Olive Drab. HEX triplet: 65, 93 and 08. RGB value is (101,147,8). Sum of RGB (Red+Green+Blue) = 101+147+8=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #659308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659308 is #9A6CF7. Grayscale: #757575. Windows color (decimal): -10120440 or 562021. OLE color: 562021.

HSL color Cylindrical-coordinate representation of color #659308: hue angle of 79.86º degrees, saturation: 0.9, 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 #659308 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 8 -
CMYK 0.31 0 0.95 0.42
HSL 79.86º 0.9% 0.3% -
HSV(B) 79.86º 0.95% 0.58% -
XYZ 15.84 23.65 3.96 -
YUV 117.4 66.26 116.3 -
System Red Green Blue C M Y K H S L
Decimal 101 147 8 0.31 0 0.95 0.42 79.86 0.9 0.3
Hex 65 93 8 1F 0 5F 2A 50 5A 1E
Octal 145 223 10 37 0 137 52 120 132 36
Binary 1100101 10010011 1000 11111 0 1011111 101010 1010000 1011010 11110

Color Harmonies of #659308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659308

Black with #659308

Text Example


Text Example

White with #659308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659308; }

 p { color: rgb(101,147,8); }

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

background-color css

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

 a { background-color: rgb(101,147,8); }

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

border-color css

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

 span { border-color: rgb(101,147,8); }

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