Html Css Color HEX #659400 Olive Drab

📋 copy color: '#659400'

red 101 ◦ green 148 ◦ blue 0

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

Shades of Olive Drab #659400

Tints of Olive Drab #659400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.56%
G = 59.44%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#659400 (or 0x659400) is known color: Olive Drab. HEX triplet: 65, 94 and 00. RGB value is (101,148,0). Sum of RGB (Red+Green+Blue) = 101+148+0=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #659400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659400 is #9A6BFF. Grayscale: #757575. Windows color (decimal): -10120192 or 37989. OLE color: 37989.

HSL color Cylindrical-coordinate representation of color #659400: hue angle of 79.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #659400 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 148 0 -
CMYK 0.32 0 1 0.42
HSL 79.05º 1% 0.29% -
HSV(B) 79.05º 1% 0.58% -
XYZ 15.96 23.95 3.78 -
YUV 117.08 61.93 116.53 -
System Red Green Blue C M Y K H S L
Decimal 101 148 0 0.32 0 1 0.42 79.05 1 0.29
Hex 65 94 0 20 0 64 2A 4F 64 1D
Octal 145 224 0 40 0 144 52 117 144 35
Binary 1100101 10010100 0 100000 0 1100100 101010 1001111 1100100 11101

Color Harmonies of #659400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659400

Black with #659400

Text Example


Text Example

White with #659400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659400; }

 p { color: rgb(101,148,0); }

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

background-color css

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

 a { background-color: rgb(101,148,0); }

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

border-color css

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

 span { border-color: rgb(101,148,0); }

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