Html Css Color HEX #638718 Olive Drab

📋 copy color: '#638718'

red 99 ◦ green 135 ◦ blue 24

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

Shades of Olive Drab #638718

Tints of Olive Drab #638718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 38.37%
G = 52.33%
B = 9.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#638718 (or 0x638718) is known color: Olive Drab. HEX triplet: 63, 87 and 18. RGB value is (99,135,24). Sum of RGB (Red+Green+Blue) = 99+135+24=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #638718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638718 is #9C78E7. Grayscale: #6F6F6F. Windows color (decimal): -10254568 or 1607523. OLE color: 1607523.

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

Color convert

RGB 99 135 24 -
CMYK 0.27 0 0.82 0.47
HSL 79.46º 0.7% 0.31% -
HSV(B) 79.46º 0.82% 0.53% -
XYZ 13.97 20.05 4 -
YUV 111.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 99 135 24 0.27 0 0.82 0.47 79.46 0.7 0.31
Hex 63 87 18 1B 0 52 2F 4F 46 1F
Octal 143 207 30 33 0 122 57 117 106 37
Binary 1100011 10000111 11000 11011 0 1010010 101111 1001111 1000110 11111

Color Harmonies of #638718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638718

Black with #638718

Text Example


Text Example

White with #638718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638718; }

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

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

background-color css

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

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

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

border-color css

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

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

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