Html Css Color HEX #66741B Fiji Green

📋 copy color: '#66741B'

red 102 ◦ green 116 ◦ blue 27

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

Shades of Fiji Green #66741B

Tints of Fiji Green #66741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 41.63%
G = 47.35%
B = 11.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#66741B (or 0x66741B) is known color: Fiji Green. HEX triplet: 66, 74 and 1B. RGB value is (102,116,27). Sum of RGB (Red+Green+Blue) = 102+116+27=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #66741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66741B is #998BE4. Grayscale: #666666. Windows color (decimal): -10062821 or 1799270. OLE color: 1799270.

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

Color convert

RGB 102 116 27 -
CMYK 0.12 0 0.77 0.55
HSL 69.44º 0.62% 0.28% -
HSV(B) 69.44º 0.77% 0.45% -
XYZ 11.92 15.39 3.38 -
YUV 101.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 102 116 27 0.12 0 0.77 0.55 69.44 0.62 0.28
Hex 66 74 1B C 0 4D 37 45 3E 1C
Octal 146 164 33 14 0 115 67 105 76 34
Binary 1100110 1110100 11011 1100 0 1001101 110111 1000101 111110 11100

Color Harmonies of #66741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66741B

Black with #66741B

Text Example


Text Example

White with #66741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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