Html Css Color HEX #638705 Olive Drab

📋 copy color: '#638705'

red 99 ◦ green 135 ◦ blue 5

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

Shades of Olive Drab #638705

Tints of Olive Drab #638705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.49%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 41.42%
G = 56.49%
B = 2.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#638705 (or 0x638705) is known color: Olive Drab. HEX triplet: 63, 87 and 05. RGB value is (99,135,5). Sum of RGB (Red+Green+Blue) = 99+135+5=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #638705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638705 is #9C78FA. Grayscale: #6D6D6D. Windows color (decimal): -10254587 or 362339. OLE color: 362339.

HSL color Cylindrical-coordinate representation of color #638705: hue angle of 76.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #638705 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 135 5 -
CMYK 0.27 0 0.96 0.47
HSL 76.62º 0.93% 0.27% -
HSV(B) 76.62º 0.96% 0.53% -
XYZ 13.84 19.99 3.27 -
YUV 109.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 99 135 5 0.27 0 0.96 0.47 76.62 0.93 0.27
Hex 63 87 5 1B 0 60 2F 4D 5D 1B
Octal 143 207 5 33 0 140 57 115 135 33
Binary 1100011 10000111 101 11011 0 1100000 101111 1001101 1011101 11011

Color Harmonies of #638705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638705

Black with #638705

Text Example


Text Example

White with #638705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638705; }

 p { color: rgb(99,135,5); }

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

background-color css

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

 a { background-color: rgb(99,135,5); }

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

border-color css

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

 span { border-color: rgb(99,135,5); }

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