Html Css Color HEX #638E0C Olive Drab

📋 copy color: '#638E0C'

red 99 ◦ green 142 ◦ blue 12

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

Shades of Olive Drab #638E0C

Tints of Olive Drab #638E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 39.13%
G = 56.13%
B = 4.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#638E0C (or 0x638E0C) is known color: Olive Drab. HEX triplet: 63, 8E and 0C. RGB value is (99,142,12). Sum of RGB (Red+Green+Blue) = 99+142+12=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #638E0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E0C is #9C71F3. Grayscale: #727272. Windows color (decimal): -10252788 or 822883. OLE color: 822883.

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

Color convert

RGB 99 142 12 -
CMYK 0.30 0 0.92 0.44
HSL 79.85º 0.84% 0.3% -
HSV(B) 79.85º 0.92% 0.56% -
XYZ 14.88 22.03 3.81 -
YUV 114.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 99 142 12 0.30 0 0.92 0.44 79.85 0.84 0.3
Hex 63 8E C 1E 0 5C 2C 50 54 1E
Octal 143 216 14 36 0 134 54 120 124 36
Binary 1100011 10001110 1100 11110 0 1011100 101100 1010000 1010100 11110

Color Harmonies of #638E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E0C

Black with #638E0C

Text Example


Text Example

White with #638E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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