Html Css Color HEX #638508 Olive Drab

📋 copy color: '#638508'

red 99 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #638508

Tints of Olive Drab #638508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 41.25%
G = 55.42%
B = 3.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#638508 (or 0x638508) is known color: Olive Drab. HEX triplet: 63, 85 and 08. RGB value is (99,133,8). Sum of RGB (Red+Green+Blue) = 99+133+8=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #638508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638508 is #9C7AF7. Grayscale: #6D6D6D. Windows color (decimal): -10255096 or 558435. OLE color: 558435.

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

Color convert

RGB 99 133 8 -
CMYK 0.26 0 0.94 0.48
HSL 76.32º 0.89% 0.28% -
HSV(B) 76.32º 0.94% 0.52% -
XYZ 13.58 19.45 3.27 -
YUV 108.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 99 133 8 0.26 0 0.94 0.48 76.32 0.89 0.28
Hex 63 85 8 1A 0 5E 30 4C 59 1C
Octal 143 205 10 32 0 136 60 114 131 34
Binary 1100011 10000101 1000 11010 0 1011110 110000 1001100 1011001 11100

Color Harmonies of #638508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638508

Black with #638508

Text Example


Text Example

White with #638508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638508; }

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

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

background-color css

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

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

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

border-color css

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

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

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