Html Css Color HEX #649707 Olive Drab

📋 copy color: '#649707'

red 100 ◦ green 151 ◦ blue 7

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

Shades of Olive Drab #649707

Tints of Olive Drab #649707

RGB

 RED value IS 100 (39.45% from 255) = 38.76%

 GREEN value IS 151 (59.38% from 255) = 58.53%

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

R = 38.76%
G = 58.53%
B = 2.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#649707 (or 0x649707) is known color: Olive Drab. HEX triplet: 64, 97 and 07. RGB value is (100,151,7). Sum of RGB (Red+Green+Blue) = 100+151+7=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #649707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649707 is #9B68F8. Grayscale: #777777. Windows color (decimal): -10184953 or 497508. OLE color: 497508.

HSL color Cylindrical-coordinate representation of color #649707: hue angle of 81.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #649707 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 151 7 -
CMYK 0.34 0 0.95 0.41
HSL 81.25º 0.91% 0.31% -
HSV(B) 81.25º 0.95% 0.59% -
XYZ 16.36 24.86 4.14 -
YUV 119.34 64.6 114.21 -
System Red Green Blue C M Y K H S L
Decimal 100 151 7 0.34 0 0.95 0.41 81.25 0.91 0.31
Hex 64 97 7 22 0 5F 29 51 5B 1F
Octal 144 227 7 42 0 137 51 121 133 37
Binary 1100100 10010111 111 100010 0 1011111 101001 1010001 1011011 11111

Color Harmonies of #649707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649707

Black with #649707

Text Example


Text Example

White with #649707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649707; }

 p { color: rgb(100,151,7); }

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

background-color css

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

 a { background-color: rgb(100,151,7); }

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

border-color css

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

 span { border-color: rgb(100,151,7); }

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