Html Css Color HEX #638E06 Olive Drab

📋 copy color: '#638E06'

red 99 ◦ green 142 ◦ blue 6

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

Shades of Olive Drab #638E06

Tints of Olive Drab #638E06

RGB

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

 GREEN value IS 142 (55.86% from 255) = 57.49%

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

R = 40.08%
G = 57.49%
B = 2.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#638E06 (or 0x638E06) is known color: Olive Drab. HEX triplet: 63, 8E and 06. RGB value is (99,142,6). Sum of RGB (Red+Green+Blue) = 99+142+6=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #638E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E06 is #9C71F9. Grayscale: #727272. Windows color (decimal): -10252794 or 429667. OLE color: 429667.

HSL color Cylindrical-coordinate representation of color #638E06: hue angle of 78.97º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #638E06 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 142 6 -
CMYK 0.30 0 0.96 0.44
HSL 78.97º 0.92% 0.29% -
HSV(B) 78.97º 0.96% 0.56% -
XYZ 14.85 22.01 3.64 -
YUV 113.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 99 142 6 0.30 0 0.96 0.44 78.97 0.92 0.29
Hex 63 8E 6 1E 0 60 2C 4F 5C 1D
Octal 143 216 6 36 0 140 54 117 134 35
Binary 1100011 10001110 110 11110 0 1100000 101100 1001111 1011100 11101

Color Harmonies of #638E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E06

Black with #638E06

Text Example


Text Example

White with #638E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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