Html Css Color HEX #668104 Olive

📋 copy color: '#668104'

red 102 ◦ green 129 ◦ blue 4

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

Shades of Olive #668104

Tints of Olive #668104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 43.4%
G = 54.89%
B = 1.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#668104 (or 0x668104) is known color: Olive. HEX triplet: 66, 81 and 04. RGB value is (102,129,4). Sum of RGB (Red+Green+Blue) = 102+129+4=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #668104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668104 is #997EFB. Grayscale: #6B6B6B. Windows color (decimal): -10059516 or 295270. OLE color: 295270.

HSL color Cylindrical-coordinate representation of color #668104: hue angle of 72.96º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #668104 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 4 -
CMYK 0.21 0 0.97 0.49
HSL 72.96º 0.94% 0.26% -
HSV(B) 72.96º 0.97% 0.51% -
XYZ 13.35 18.53 2.99 -
YUV 106.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 102 129 4 0.21 0 0.97 0.49 72.96 0.94 0.26
Hex 66 81 4 15 0 61 31 49 5E 1A
Octal 146 201 4 25 0 141 61 111 136 32
Binary 1100110 10000001 100 10101 0 1100001 110001 1001001 1011110 11010

Color Harmonies of #668104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668104

Black with #668104

Text Example


Text Example

White with #668104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668104; }

 p { color: rgb(102,129,4); }

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

background-color css

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

 a { background-color: rgb(102,129,4); }

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

border-color css

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

 span { border-color: rgb(102,129,4); }

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