Html Css Color HEX #66781E Fiji Green

📋 copy color: '#66781E'

red 102 ◦ green 120 ◦ blue 30

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

Shades of Fiji Green #66781E

Tints of Fiji Green #66781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.62%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 40.48%
G = 47.62%
B = 11.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#66781E (or 0x66781E) is known color: Fiji Green. HEX triplet: 66, 78 and 1E. RGB value is (102,120,30). Sum of RGB (Red+Green+Blue) = 102+120+30=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #66781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66781E is #9987E1. Grayscale: #686868. Windows color (decimal): -10061794 or 1996902. OLE color: 1996902.

HSL color Cylindrical-coordinate representation of color #66781E: hue angle of 72º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66781E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 30 -
CMYK 0.15 0 0.75 0.53
HSL 72º 0.6% 0.29% -
HSV(B) 72º 0.75% 0.47% -
XYZ 12.43 16.35 3.73 -
YUV 104.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 102 120 30 0.15 0 0.75 0.53 72 0.6 0.29
Hex 66 78 1E F 0 4B 35 48 3C 1D
Octal 146 170 36 17 0 113 65 110 74 35
Binary 1100110 1111000 11110 1111 0 1001011 110101 1001000 111100 11101

Color Harmonies of #66781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66781E

Black with #66781E

Text Example


Text Example

White with #66781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66781E; }

 p { color: rgb(102,120,30); }

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

background-color css

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

 a { background-color: rgb(102,120,30); }

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

border-color css

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

 span { border-color: rgb(102,120,30); }

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