Html Css Color HEX #66741D Fiji Green

📋 copy color: '#66741D'

red 102 ◦ green 116 ◦ blue 29

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

Shades of Fiji Green #66741D

Tints of Fiji Green #66741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 41.3%
G = 46.96%
B = 11.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#66741D (or 0x66741D) is known color: Fiji Green. HEX triplet: 66, 74 and 1D. RGB value is (102,116,29). Sum of RGB (Red+Green+Blue) = 102+116+29=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #66741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66741D is #998BE2. Grayscale: #666666. Windows color (decimal): -10062819 or 1930342. OLE color: 1930342.

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

Color convert

RGB 102 116 29 -
CMYK 0.12 0 0.75 0.55
HSL 69.66º 0.6% 0.28% -
HSV(B) 69.66º 0.75% 0.45% -
XYZ 11.95 15.4 3.51 -
YUV 101.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 102 116 29 0.12 0 0.75 0.55 69.66 0.6 0.28
Hex 66 74 1D C 0 4B 37 46 3C 1C
Octal 146 164 35 14 0 113 67 106 74 34
Binary 1100110 1110100 11101 1100 0 1001011 110111 1000110 111100 11100

Color Harmonies of #66741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66741D

Black with #66741D

Text Example


Text Example

White with #66741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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