Html Css Color HEX #659300 Olive Drab

📋 copy color: '#659300'

red 101 ◦ green 147 ◦ blue 0

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

Shades of Olive Drab #659300

Tints of Olive Drab #659300

RGB

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

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

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

R = 40.73%
G = 59.27%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#659300 (or 0x659300) is known color: Olive Drab. HEX triplet: 65, 93 and 00. RGB value is (101,147,0). Sum of RGB (Red+Green+Blue) = 101+147+0=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #659300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659300 is #9A6CFF. Grayscale: #757575. Windows color (decimal): -10120448 or 37733. OLE color: 37733.

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

Color convert

RGB 101 147 0 -
CMYK 0.31 0 1 0.42
HSL 78.78º 1% 0.29% -
HSV(B) 78.78º 1% 0.58% -
XYZ 15.8 23.63 3.73 -
YUV 116.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 101 147 0 0.31 0 1 0.42 78.78 1 0.29
Hex 65 93 0 1F 0 64 2A 4F 64 1D
Octal 145 223 0 37 0 144 52 117 144 35
Binary 1100101 10010011 0 11111 0 1100100 101010 1001111 1100100 11101

Color Harmonies of #659300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659300

Black with #659300

Text Example


Text Example

White with #659300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659300; }

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

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

background-color css

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

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

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

border-color css

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

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

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