Html Css Color HEX #648B06 Olive Drab

📋 copy color: '#648B06'

red 100 ◦ green 139 ◦ blue 6

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

Shades of Olive Drab #648B06

Tints of Olive Drab #648B06

RGB

 RED value IS 100 (39.45% from 255) = 40.82%

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

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

R = 40.82%
G = 56.73%
B = 2.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#648B06 (or 0x648B06) is known color: Olive Drab. HEX triplet: 64, 8B and 06. RGB value is (100,139,6). Sum of RGB (Red+Green+Blue) = 100+139+6=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #648B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648B06 is #9B74F9. Grayscale: #707070. Windows color (decimal): -10188026 or 428900. OLE color: 428900.

HSL color Cylindrical-coordinate representation of color #648B06: hue angle of 77.59º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #648B06 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 6 -
CMYK 0.28 0 0.96 0.45
HSL 77.59º 0.92% 0.28% -
HSV(B) 77.59º 0.96% 0.55% -
XYZ 14.52 21.19 3.5 -
YUV 112.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 100 139 6 0.28 0 0.96 0.45 77.59 0.92 0.28
Hex 64 8B 6 1C 0 60 2D 4E 5C 1C
Octal 144 213 6 34 0 140 55 116 134 34
Binary 1100100 10001011 110 11100 0 1100000 101101 1001110 1011100 11100

Color Harmonies of #648B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B06

Black with #648B06

Text Example


Text Example

White with #648B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B06; }

 p { color: rgb(100,139,6); }

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

background-color css

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

 a { background-color: rgb(100,139,6); }

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

border-color css

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

 span { border-color: rgb(100,139,6); }

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