Html Css Color HEX #638B08 Olive Drab

📋 copy color: '#638B08'

red 99 ◦ green 139 ◦ blue 8

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

Shades of Olive Drab #638B08

Tints of Olive Drab #638B08

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.5%

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 40.24%
G = 56.5%
B = 3.25%

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

#638B08 (or 0x638B08) is known color: Olive Drab. HEX triplet: 63, 8B and 08. RGB value is (99,139,8). Sum of RGB (Red+Green+Blue) = 99+139+8=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #638B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638B08 is #9C74F7. Grayscale: #707070. Windows color (decimal): -10253560 or 559971. OLE color: 559971.

HSL color Cylindrical-coordinate representation of color #638B08: hue angle of 78.32º degrees, saturation: 0.89, 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 #638B08 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 139 8 -
CMYK 0.29 0 0.94 0.45
HSL 78.32º 0.89% 0.29% -
HSV(B) 78.32º 0.94% 0.55% -
XYZ 14.42 21.14 3.55 -
YUV 112.11 69.25 118.65 -
System Red Green Blue C M Y K H S L
Decimal 99 139 8 0.29 0 0.94 0.45 78.32 0.89 0.29
Hex 63 8B 8 1D 0 5E 2D 4E 59 1D
Octal 143 213 10 35 0 136 55 116 131 35
Binary 1100011 10001011 1000 11101 0 1011110 101101 1001110 1011001 11101

Color Harmonies of #638B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638B08

Black with #638B08

Text Example


Text Example

White with #638B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,139,8); }

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

background-color css

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

 a { background-color: rgb(99,139,8); }

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

border-color css

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

 span { border-color: rgb(99,139,8); }

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