Html Css Color HEX #638E1F Olive Drab

📋 copy color: '#638E1F'

red 99 ◦ green 142 ◦ blue 31

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

Shades of Olive Drab #638E1F

Tints of Olive Drab #638E1F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.21%

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 36.4%
G = 52.21%
B = 11.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#638E1F (or 0x638E1F) is known color: Olive Drab. HEX triplet: 63, 8E and 1F. RGB value is (99,142,31). Sum of RGB (Red+Green+Blue) = 99+142+31=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #638E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638E1F is #9C71E0. Grayscale: #747474. Windows color (decimal): -10252769 or 2068067. OLE color: 2068067.

HSL color Cylindrical-coordinate representation of color #638E1F: hue angle of 83.24º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #638E1F is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 142 31 -
CMYK 0.30 0 0.78 0.44
HSL 83.24º 0.64% 0.34% -
HSV(B) 83.24º 0.78% 0.56% -
XYZ 15.07 22.1 4.77 -
YUV 116.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 99 142 31 0.30 0 0.78 0.44 83.24 0.64 0.34
Hex 63 8E 1F 1E 0 4E 2C 53 40 22
Octal 143 216 37 36 0 116 54 123 100 42
Binary 1100011 10001110 11111 11110 0 1001110 101100 1010011 1000000 100010

Color Harmonies of #638E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E1F

Black with #638E1F

Text Example


Text Example

White with #638E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638E1F; }

 p { color: rgb(99,142,31); }

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

background-color css

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

 a { background-color: rgb(99,142,31); }

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

border-color css

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

 span { border-color: rgb(99,142,31); }

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