Html Css Color HEX #6E761A Fiji Green

📋 copy color: '#6E761A'

red 110 ◦ green 118 ◦ blue 26

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

Shades of Fiji Green #6E761A

Tints of Fiji Green #6E761A

RGB

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

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

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

R = 43.31%
G = 46.46%
B = 10.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#6E761A (or 0x6E761A) is known color: Fiji Green. HEX triplet: 6E, 76 and 1A. RGB value is (110,118,26). Sum of RGB (Red+Green+Blue) = 110+118+26=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #6E761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E761A is #9189E5. Grayscale: #696969. Windows color (decimal): -9538022 or 1734254. OLE color: 1734254.

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

Color convert

RGB 110 118 26 -
CMYK 0.07 0 0.78 0.54
HSL 65.22º 0.64% 0.28% -
HSV(B) 65.22º 0.78% 0.46% -
XYZ 13.1 16.35 3.44 -
YUV 105.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 110 118 26 0.07 0 0.78 0.54 65.22 0.64 0.28
Hex 6E 76 1A 7 0 4E 36 41 40 1C
Octal 156 166 32 7 0 116 66 101 100 34
Binary 1101110 1110110 11010 111 0 1001110 110110 1000001 1000000 11100

Color Harmonies of #6E761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E761A

Black with #6E761A

Text Example


Text Example

White with #6E761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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