Html Css Color HEX #638906 Olive Drab

📋 copy color: '#638906'

red 99 ◦ green 137 ◦ blue 6

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

Shades of Olive Drab #638906

Tints of Olive Drab #638906

RGB

 RED value IS 99 (39.06% from 255) = 40.91%

 GREEN value IS 137 (53.91% from 255) = 56.61%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 40.91%
G = 56.61%
B = 2.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#638906 (or 0x638906) is known color: Olive Drab. HEX triplet: 63, 89 and 06. RGB value is (99,137,6). Sum of RGB (Red+Green+Blue) = 99+137+6=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #638906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638906 is #9C76F9. Grayscale: #6F6F6F. Windows color (decimal): -10254074 or 428387. OLE color: 428387.

HSL color Cylindrical-coordinate representation of color #638906: hue angle of 77.4º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #638906 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 6 -
CMYK 0.28 0 0.96 0.46
HSL 77.4º 0.92% 0.28% -
HSV(B) 77.4º 0.96% 0.54% -
XYZ 14.12 20.56 3.4 -
YUV 110.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 99 137 6 0.28 0 0.96 0.46 77.4 0.92 0.28
Hex 63 89 6 1C 0 60 2E 4D 5C 1C
Octal 143 211 6 34 0 140 56 115 134 34
Binary 1100011 10001001 110 11100 0 1100000 101110 1001101 1011100 11100

Color Harmonies of #638906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638906

Black with #638906

Text Example


Text Example

White with #638906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638906; }

 p { color: rgb(99,137,6); }

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

background-color css

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

 a { background-color: rgb(99,137,6); }

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

border-color css

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

 span { border-color: rgb(99,137,6); }

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