Html Css Color HEX #638106 Olive Drab

📋 copy color: '#638106'

red 99 ◦ green 129 ◦ blue 6

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

Shades of Olive Drab #638106

Tints of Olive Drab #638106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

 BLUE value IS 6 (2.73% from 255) = 2.56%

R = 42.31%
G = 55.13%
B = 2.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#638106 (or 0x638106) is known color: Olive Drab. HEX triplet: 63, 81 and 06. RGB value is (99,129,6). Sum of RGB (Red+Green+Blue) = 99+129+6=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #638106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638106 is #9C7EF9. Grayscale: #6A6A6A. Windows color (decimal): -10256122 or 426339. OLE color: 426339.

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

Color convert

RGB 99 129 6 -
CMYK 0.23 0 0.95 0.49
HSL 74.63º 0.91% 0.26% -
HSV(B) 74.63º 0.95% 0.51% -
XYZ 13.03 18.37 3.03 -
YUV 106.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 99 129 6 0.23 0 0.95 0.49 74.63 0.91 0.26
Hex 63 81 6 17 0 5F 31 4B 5B 1A
Octal 143 201 6 27 0 137 61 113 133 32
Binary 1100011 10000001 110 10111 0 1011111 110001 1001011 1011011 11010

Color Harmonies of #638106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638106

Black with #638106

Text Example


Text Example

White with #638106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638106; }

 p { color: rgb(99,129,6); }

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

background-color css

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

 a { background-color: rgb(99,129,6); }

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

border-color css

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

 span { border-color: rgb(99,129,6); }

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