Html Css Color HEX #66771B Fiji Green

📋 copy color: '#66771B'

red 102 ◦ green 119 ◦ blue 27

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

Shades of Fiji Green #66771B

Tints of Fiji Green #66771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.98%

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

R = 41.13%
G = 47.98%
B = 10.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#66771B (or 0x66771B) is known color: Fiji Green. HEX triplet: 66, 77 and 1B. RGB value is (102,119,27). Sum of RGB (Red+Green+Blue) = 102+119+27=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #66771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66771B is #9988E4. Grayscale: #676767. Windows color (decimal): -10062053 or 1800038. OLE color: 1800038.

HSL color Cylindrical-coordinate representation of color #66771B: hue angle of 71.09º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66771B is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 119 27 -
CMYK 0.14 0 0.77 0.53
HSL 71.09º 0.63% 0.29% -
HSV(B) 71.09º 0.77% 0.47% -
XYZ 12.27 16.1 3.5 -
YUV 103.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 102 119 27 0.14 0 0.77 0.53 71.09 0.63 0.29
Hex 66 77 1B E 0 4D 35 47 3F 1D
Octal 146 167 33 16 0 115 65 107 77 35
Binary 1100110 1110111 11011 1110 0 1001101 110101 1000111 111111 11101

Color Harmonies of #66771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66771B

Black with #66771B

Text Example


Text Example

White with #66771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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