Html Css Color HEX #638207 Olive Drab

📋 copy color: '#638207'

red 99 ◦ green 130 ◦ blue 7

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

Shades of Olive Drab #638207

Tints of Olive Drab #638207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 41.95%
G = 55.08%
B = 2.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#638207 (or 0x638207) is known color: Olive Drab. HEX triplet: 63, 82 and 07. RGB value is (99,130,7). Sum of RGB (Red+Green+Blue) = 99+130+7=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #638207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638207 is #9C7DF8. Grayscale: #6B6B6B. Windows color (decimal): -10255865 or 492131. OLE color: 492131.

HSL color Cylindrical-coordinate representation of color #638207: hue angle of 75.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #638207 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 7 -
CMYK 0.24 0 0.95 0.49
HSL 75.12º 0.9% 0.27% -
HSV(B) 75.12º 0.95% 0.51% -
XYZ 13.17 18.63 3.1 -
YUV 106.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 99 130 7 0.24 0 0.95 0.49 75.12 0.9 0.27
Hex 63 82 7 18 0 5F 31 4B 5A 1B
Octal 143 202 7 30 0 137 61 113 132 33
Binary 1100011 10000010 111 11000 0 1011111 110001 1001011 1011010 11011

Color Harmonies of #638207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638207

Black with #638207

Text Example


Text Example

White with #638207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638207; }

 p { color: rgb(99,130,7); }

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

background-color css

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

 a { background-color: rgb(99,130,7); }

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

border-color css

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

 span { border-color: rgb(99,130,7); }

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