Html Css Color HEX #66681C Fiji Green

📋 copy color: '#66681C'

red 102 ◦ green 104 ◦ blue 28

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

Shades of Fiji Green #66681C

Tints of Fiji Green #66681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 43.59%
G = 44.44%
B = 11.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#66681C (or 0x66681C) is known color: Fiji Green. HEX triplet: 66, 68 and 1C. RGB value is (102,104,28). Sum of RGB (Red+Green+Blue) = 102+104+28=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #66681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66681C is #9997E3. Grayscale: #5F5F5F. Windows color (decimal): -10065892 or 1861734. OLE color: 1861734.

HSL color Cylindrical-coordinate representation of color #66681C: hue angle of 61.58º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66681C is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 28 -
CMYK 0.02 0 0.73 0.59
HSL 61.58º 0.58% 0.26% -
HSV(B) 61.58º 0.73% 0.41% -
XYZ 10.64 12.81 3.01 -
YUV 94.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 102 104 28 0.02 0 0.73 0.59 61.58 0.58 0.26
Hex 66 68 1C 2 0 49 3B 3E 3A 1A
Octal 146 150 34 2 0 111 73 76 72 32
Binary 1100110 1101000 11100 10 0 1001001 111011 111110 111010 11010

Color Harmonies of #66681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66681C

Black with #66681C

Text Example


Text Example

White with #66681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66681C; }

 p { color: rgb(102,104,28); }

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

background-color css

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

 a { background-color: rgb(102,104,28); }

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

border-color css

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

 span { border-color: rgb(102,104,28); }

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