Html Css Color HEX #66781A Fiji Green

📋 copy color: '#66781A'

red 102 ◦ green 120 ◦ blue 26

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

Shades of Fiji Green #66781A

Tints of Fiji Green #66781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 41.13%
G = 48.39%
B = 10.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#66781A (or 0x66781A) is known color: Fiji Green. HEX triplet: 66, 78 and 1A. RGB value is (102,120,26). Sum of RGB (Red+Green+Blue) = 102+120+26=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #66781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66781A is #9987E5. Grayscale: #686868. Windows color (decimal): -10061798 or 1734758. OLE color: 1734758.

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

Color convert

RGB 102 120 26 -
CMYK 0.15 0 0.78 0.53
HSL 71.49º 0.64% 0.29% -
HSV(B) 71.49º 0.78% 0.47% -
XYZ 12.38 16.33 3.48 -
YUV 103.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 102 120 26 0.15 0 0.78 0.53 71.49 0.64 0.29
Hex 66 78 1A F 0 4E 35 47 40 1D
Octal 146 170 32 17 0 116 65 107 100 35
Binary 1100110 1111000 11010 1111 0 1001110 110101 1000111 1000000 11101

Color Harmonies of #66781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66781A

Black with #66781A

Text Example


Text Example

White with #66781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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