Html Css Color HEX #667700 Olive

📋 copy color: '#667700'

red 102 ◦ green 119 ◦ blue 0

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

Shades of Olive #667700

Tints of Olive #667700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.85%

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

R = 46.15%
G = 53.85%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#667700 (or 0x667700) is known color: Olive. HEX triplet: 66, 77 and 00. RGB value is (102,119,0). Sum of RGB (Red+Green+Blue) = 102+119+0=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #667700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667700 is #9988FF. Grayscale: #646464. Windows color (decimal): -10062080 or 30566. OLE color: 30566.

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

Color convert

RGB 102 119 0 -
CMYK 0.14 0 1 0.53
HSL 68.57º 1% 0.23% -
HSV(B) 68.57º 1% 0.47% -
XYZ 12.08 16.02 2.46 -
YUV 100.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 102 119 0 0.14 0 1 0.53 68.57 1 0.23
Hex 66 77 0 E 0 64 35 45 64 17
Octal 146 167 0 16 0 144 65 105 144 27
Binary 1100110 1110111 0 1110 0 1100100 110101 1000101 1100100 10111

Color Harmonies of #667700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667700

Black with #667700

Text Example


Text Example

White with #667700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667700; }

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

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

background-color css

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

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

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

border-color css

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

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

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