Html Css Color HEX #667400 Olive

📋 copy color: '#667400'

red 102 ◦ green 116 ◦ blue 0

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

Shades of Olive #667400

Tints of Olive #667400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

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

R = 46.79%
G = 53.21%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#667400 (or 0x667400) is known color: Olive. HEX triplet: 66, 74 and 00. RGB value is (102,116,0). Sum of RGB (Red+Green+Blue) = 102+116+0=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #667400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667400 is #998BFF. Grayscale: #636363. Windows color (decimal): -10062848 or 29798. OLE color: 29798.

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

Color convert

RGB 102 116 0 -
CMYK 0.12 0 1 0.55
HSL 67.24º 1% 0.23% -
HSV(B) 67.24º 1% 0.45% -
XYZ 11.72 15.32 2.34 -
YUV 98.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 102 116 0 0.12 0 1 0.55 67.24 1 0.23
Hex 66 74 0 C 0 64 37 43 64 17
Octal 146 164 0 14 0 144 67 103 144 27
Binary 1100110 1110100 0 1100 0 1100100 110111 1000011 1100100 10111

Color Harmonies of #667400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667400

Black with #667400

Text Example


Text Example

White with #667400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667400; }

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

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

background-color css

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

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

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

border-color css

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

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

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