Html Css Color HEX #6E7F10 Fiji Green

📋 copy color: '#6E7F10'

red 110 ◦ green 127 ◦ blue 16

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

Shades of Fiji Green #6E7F10

Tints of Fiji Green #6E7F10

RGB

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

 GREEN value IS 127 (50% from 255) = 50.2%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 43.48%
G = 50.2%
B = 6.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#6E7F10 (or 0x6E7F10) is known color: Fiji Green. HEX triplet: 6E, 7F and 10. RGB value is (110,127,16). Sum of RGB (Red+Green+Blue) = 110+127+16=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #6E7F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7F10 is #9180EF. Grayscale: #6D6D6D. Windows color (decimal): -9535728 or 1081198. OLE color: 1081198.

HSL color Cylindrical-coordinate representation of color #6E7F10: hue angle of 69.19º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E7F10 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 127 16 -
CMYK 0.13 0 0.87 0.50
HSL 69.19º 0.78% 0.28% -
HSV(B) 69.19º 0.87% 0.5% -
XYZ 14.11 18.53 3.32 -
YUV 109.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 110 127 16 0.13 0 0.87 0.50 69.19 0.78 0.28
Hex 6E 7F 10 D 0 57 32 45 4E 1C
Octal 156 177 20 15 0 127 62 105 116 34
Binary 1101110 1111111 10000 1101 0 1010111 110010 1000101 1001110 11100

Color Harmonies of #6E7F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7F10

Black with #6E7F10

Text Example


Text Example

White with #6E7F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,127,16); }

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

background-color css

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

 a { background-color: rgb(110,127,16); }

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

border-color css

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

 span { border-color: rgb(110,127,16); }

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