Html Css Color HEX #6E761C Fiji Green

📋 copy color: '#6E761C'

red 110 ◦ green 118 ◦ blue 28

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

Shades of Fiji Green #6E761C

Tints of Fiji Green #6E761C

RGB

 RED value IS 110 (43.36% from 255) = 42.97%

 GREEN value IS 118 (46.48% from 255) = 46.09%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 42.97%
G = 46.09%
B = 10.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#6E761C (or 0x6E761C) is known color: Fiji Green. HEX triplet: 6E, 76 and 1C. RGB value is (110,118,28). Sum of RGB (Red+Green+Blue) = 110+118+28=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #6E761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E761C is #9189E3. Grayscale: #696969. Windows color (decimal): -9538020 or 1865326. OLE color: 1865326.

HSL color Cylindrical-coordinate representation of color #6E761C: hue angle of 65.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E761C is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 28 -
CMYK 0.07 0 0.76 0.54
HSL 65.33º 0.62% 0.29% -
HSV(B) 65.33º 0.76% 0.46% -
XYZ 13.12 16.36 3.56 -
YUV 105.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 110 118 28 0.07 0 0.76 0.54 65.33 0.62 0.29
Hex 6E 76 1C 7 0 4C 36 41 3E 1D
Octal 156 166 34 7 0 114 66 101 76 35
Binary 1101110 1110110 11100 111 0 1001100 110110 1000001 111110 11101

Color Harmonies of #6E761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E761C

Black with #6E761C

Text Example


Text Example

White with #6E761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E761C; }

 p { color: rgb(110,118,28); }

 H1.HeaderClassName
 {
   color: #6E761C;
 }
 .AnyTagClassName
 {
   color: #6E761C;
 }
</style>

background-color css

<style>
 a { background-color: #6E761C; }

 a { background-color: rgb(110,118,28); }

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

border-color css

<style>
 span { border-color: #6E761C; }

 span { border-color: rgb(110,118,28); }

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