Html Css Color HEX #638200 Olive

📋 copy color: '#638200'

red 99 ◦ green 130 ◦ blue 0

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

Shades of Olive #638200

Tints of Olive #638200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.23%
G = 56.77%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#638200 (or 0x638200) is known color: Olive. HEX triplet: 63, 82 and 00. RGB value is (99,130,0). Sum of RGB (Red+Green+Blue) = 99+130+0=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #638200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638200 is #9C7DFF. Grayscale: #6A6A6A. Windows color (decimal): -10255872 or 33379. OLE color: 33379.

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

Color convert

RGB 99 130 0 -
CMYK 0.24 0 1 0.49
HSL 74.31º 1% 0.25% -
HSV(B) 74.31º 1% 0.51% -
XYZ 13.13 18.62 2.9 -
YUV 105.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 99 130 0 0.24 0 1 0.49 74.31 1 0.25
Hex 63 82 0 18 0 64 31 4A 64 19
Octal 143 202 0 30 0 144 61 112 144 31
Binary 1100011 10000010 0 11000 0 1100100 110001 1001010 1100100 11001

Color Harmonies of #638200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638200

Black with #638200

Text Example


Text Example

White with #638200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638200; }

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

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

background-color css

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

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

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

border-color css

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

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

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