Html Css Color HEX #638714 Olive Drab

📋 copy color: '#638714'

red 99 ◦ green 135 ◦ blue 20

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

Shades of Olive Drab #638714

Tints of Olive Drab #638714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 38.98%
G = 53.15%
B = 7.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#638714 (or 0x638714) is known color: Olive Drab. HEX triplet: 63, 87 and 14. RGB value is (99,135,20). Sum of RGB (Red+Green+Blue) = 99+135+20=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #638714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638714 is #9C78EB. Grayscale: #6F6F6F. Windows color (decimal): -10254572 or 1345379. OLE color: 1345379.

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

Color convert

RGB 99 135 20 -
CMYK 0.27 0 0.85 0.47
HSL 78.78º 0.74% 0.3% -
HSV(B) 78.78º 0.85% 0.53% -
XYZ 13.94 20.03 3.79 -
YUV 111.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 99 135 20 0.27 0 0.85 0.47 78.78 0.74 0.3
Hex 63 87 14 1B 0 55 2F 4F 4A 1E
Octal 143 207 24 33 0 125 57 117 112 36
Binary 1100011 10000111 10100 11011 0 1010101 101111 1001111 1001010 11110

Color Harmonies of #638714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638714

Black with #638714

Text Example


Text Example

White with #638714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638714; }

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

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

background-color css

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

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

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

border-color css

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

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

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