Html Css Color HEX #667102 Olive

📋 copy color: '#667102'

red 102 ◦ green 113 ◦ blue 2

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

Shades of Olive #667102

Tints of Olive #667102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 47%
G = 52.07%
B = 0.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#667102 (or 0x667102) is known color: Olive. HEX triplet: 66, 71 and 02. RGB value is (102,113,2). Sum of RGB (Red+Green+Blue) = 102+113+2=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #667102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667102 is #998EFD. Grayscale: #616161. Windows color (decimal): -10063614 or 160102. OLE color: 160102.

HSL color Cylindrical-coordinate representation of color #667102: hue angle of 65.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #667102 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 113 2 -
CMYK 0.10 0 0.98 0.56
HSL 65.95º 0.97% 0.23% -
HSV(B) 65.95º 0.98% 0.44% -
XYZ 11.4 14.64 2.28 -
YUV 97.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 102 113 2 0.10 0 0.98 0.56 65.95 0.97 0.23
Hex 66 71 2 A 0 62 38 42 61 17
Octal 146 161 2 12 0 142 70 102 141 27
Binary 1100110 1110001 10 1010 0 1100010 111000 1000010 1100001 10111

Color Harmonies of #667102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667102

Black with #667102

Text Example


Text Example

White with #667102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667102; }

 p { color: rgb(102,113,2); }

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

background-color css

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

 a { background-color: rgb(102,113,2); }

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

border-color css

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

 span { border-color: rgb(102,113,2); }

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