Html Css Color HEX #666714 Fiji Green

📋 copy color: '#666714'

red 102 ◦ green 103 ◦ blue 20

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

Shades of Fiji Green #666714

Tints of Fiji Green #666714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 45.33%
G = 45.78%
B = 8.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#666714 (or 0x666714) is known color: Fiji Green. HEX triplet: 66, 67 and 14. RGB value is (102,103,20). Sum of RGB (Red+Green+Blue) = 102+103+20=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #666714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666714 is #9998EB. Grayscale: #5D5D5D. Windows color (decimal): -10066156 or 1337190. OLE color: 1337190.

HSL color Cylindrical-coordinate representation of color #666714: hue angle of 60.72º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #666714 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 103 20 -
CMYK 0.01 0 0.81 0.60
HSL 60.72º 0.67% 0.24% -
HSV(B) 60.72º 0.81% 0.4% -
XYZ 10.46 12.58 2.54 -
YUV 93.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 102 103 20 0.01 0 0.81 0.60 60.72 0.67 0.24
Hex 66 67 14 1 0 51 3C 3D 43 18
Octal 146 147 24 1 0 121 74 75 103 30
Binary 1100110 1100111 10100 1 0 1010001 111100 111101 1000011 11000

Color Harmonies of #666714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666714

Black with #666714

Text Example


Text Example

White with #666714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666714; }

 p { color: rgb(102,103,20); }

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

background-color css

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

 a { background-color: rgb(102,103,20); }

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

border-color css

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

 span { border-color: rgb(102,103,20); }

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