Html Css Color HEX #659102 Olive Drab

📋 copy color: '#659102'

red 101 ◦ green 145 ◦ blue 2

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

Shades of Olive Drab #659102

Tints of Olive Drab #659102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.47%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 40.73%
G = 58.47%
B = 0.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#659102 (or 0x659102) is known color: Olive Drab. HEX triplet: 65, 91 and 02. RGB value is (101,145,2). Sum of RGB (Red+Green+Blue) = 101+145+2=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #659102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659102 is #9A6EFD. Grayscale: #747474. Windows color (decimal): -10120958 or 168293. OLE color: 168293.

HSL color Cylindrical-coordinate representation of color #659102: hue angle of 78.46º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #659102 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 2 -
CMYK 0.30 0 0.99 0.43
HSL 78.46º 0.97% 0.29% -
HSV(B) 78.46º 0.99% 0.57% -
XYZ 15.5 23.02 3.68 -
YUV 115.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 101 145 2 0.30 0 0.99 0.43 78.46 0.97 0.29
Hex 65 91 2 1E 0 63 2B 4E 61 1D
Octal 145 221 2 36 0 143 53 116 141 35
Binary 1100101 10010001 10 11110 0 1100011 101011 1001110 1100001 11101

Color Harmonies of #659102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659102

Black with #659102

Text Example


Text Example

White with #659102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659102; }

 p { color: rgb(101,145,2); }

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

background-color css

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

 a { background-color: rgb(101,145,2); }

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

border-color css

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

 span { border-color: rgb(101,145,2); }

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