Html Css Color HEX #638C09 Olive Drab

📋 copy color: '#638C09'

red 99 ◦ green 140 ◦ blue 9

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

Shades of Olive Drab #638C09

Tints of Olive Drab #638C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 56.45%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 39.92%
G = 56.45%
B = 3.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#638C09 (or 0x638C09) is known color: Olive Drab. HEX triplet: 63, 8C and 09. RGB value is (99,140,9). Sum of RGB (Red+Green+Blue) = 99+140+9=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 140 (55.08% from 255 or 56.45% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 140 - color contains mainly: green. Hex color #638C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638C09 is #9C73F6. Grayscale: #717171. Windows color (decimal): -10253303 or 625763. OLE color: 625763.

HSL color Cylindrical-coordinate representation of color #638C09: hue angle of 78.78º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #638C09 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 140 9 -
CMYK 0.29 0 0.94 0.45
HSL 78.78º 0.88% 0.29% -
HSV(B) 78.78º 0.94% 0.55% -
XYZ 14.57 21.43 3.63 -
YUV 112.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 99 140 9 0.29 0 0.94 0.45 78.78 0.88 0.29
Hex 63 8C 9 1D 0 5E 2D 4F 58 1D
Octal 143 214 11 35 0 136 55 117 130 35
Binary 1100011 10001100 1001 11101 0 1011110 101101 1001111 1011000 11101

Color Harmonies of #638C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638C09

Black with #638C09

Text Example


Text Example

White with #638C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,140,9); }

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

background-color css

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

 a { background-color: rgb(99,140,9); }

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

border-color css

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

 span { border-color: rgb(99,140,9); }

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