Html Css Color HEX #638506 Olive Drab

📋 copy color: '#638506'

red 99 ◦ green 133 ◦ blue 6

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

Shades of Olive Drab #638506

Tints of Olive Drab #638506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.88%

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

R = 41.6%
G = 55.88%
B = 2.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#638506 (or 0x638506) is known color: Olive Drab. HEX triplet: 63, 85 and 06. RGB value is (99,133,6). Sum of RGB (Red+Green+Blue) = 99+133+6=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #638506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638506 is #9C7AF9. Grayscale: #6C6C6C. Windows color (decimal): -10255098 or 427363. OLE color: 427363.

HSL color Cylindrical-coordinate representation of color #638506: hue angle of 76.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #638506 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 6 -
CMYK 0.26 0 0.95 0.48
HSL 76.06º 0.91% 0.27% -
HSV(B) 76.06º 0.95% 0.52% -
XYZ 13.57 19.44 3.21 -
YUV 108.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 99 133 6 0.26 0 0.95 0.48 76.06 0.91 0.27
Hex 63 85 6 1A 0 5F 30 4C 5B 1B
Octal 143 205 6 32 0 137 60 114 133 33
Binary 1100011 10000101 110 11010 0 1011111 110000 1001100 1011011 11011

Color Harmonies of #638506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638506

Black with #638506

Text Example


Text Example

White with #638506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638506; }

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

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

background-color css

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

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

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

border-color css

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

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

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