Html Css Color HEX #667800 Olive

📋 copy color: '#667800'

red 102 ◦ green 120 ◦ blue 0

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

Shades of Olive #667800

Tints of Olive #667800

RGB

 RED value IS 102 (40.23% from 255) = 45.95%

 GREEN value IS 120 (47.27% from 255) = 54.05%

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

R = 45.95%
G = 54.05%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#667800 (or 0x667800) is known color: Olive. HEX triplet: 66, 78 and 00. RGB value is (102,120,0). Sum of RGB (Red+Green+Blue) = 102+120+0=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #667800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667800 is #9987FF. Grayscale: #656565. Windows color (decimal): -10061824 or 30822. OLE color: 30822.

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

Color convert

RGB 102 120 0 -
CMYK 0.15 0 1 0.53
HSL 69º 1% 0.24% -
HSV(B) 69º 1% 0.47% -
XYZ 12.2 16.26 2.5 -
YUV 100.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 102 120 0 0.15 0 1 0.53 69 1 0.24
Hex 66 78 0 F 0 64 35 45 64 18
Octal 146 170 0 17 0 144 65 105 144 30
Binary 1100110 1111000 0 1111 0 1100100 110101 1000101 1100100 11000

Color Harmonies of #667800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667800

Black with #667800

Text Example


Text Example

White with #667800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667800; }

 p { color: rgb(102,120,0); }

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

background-color css

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

 a { background-color: rgb(102,120,0); }

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

border-color css

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

 span { border-color: rgb(102,120,0); }

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