Html Css Color HEX #6F7610 Fiji Green

📋 copy color: '#6F7610'

red 111 ◦ green 118 ◦ blue 16

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

Shades of Fiji Green #6F7610

Tints of Fiji Green #6F7610

RGB

 RED value IS 111 (43.75% from 255) = 45.31%

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

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

R = 45.31%
G = 48.16%
B = 6.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#6F7610 (or 0x6F7610) is known color: Fiji Green. HEX triplet: 6F, 76 and 10. RGB value is (111,118,16). Sum of RGB (Red+Green+Blue) = 111+118+16=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7610 is #9089EF. Grayscale: #686868. Windows color (decimal): -9472496 or 1078895. OLE color: 1078895.

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

Color convert

RGB 111 118 16 -
CMYK 0.06 0 0.86 0.54
HSL 64.12º 0.76% 0.26% -
HSV(B) 64.12º 0.86% 0.46% -
XYZ 13.13 16.37 2.96 -
YUV 104.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 111 118 16 0.06 0 0.86 0.54 64.12 0.76 0.26
Hex 6F 76 10 6 0 56 36 40 4C 1A
Octal 157 166 20 6 0 126 66 100 114 32
Binary 1101111 1110110 10000 110 0 1010110 110110 1000000 1001100 11010

Color Harmonies of #6F7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7610

Black with #6F7610

Text Example


Text Example

White with #6F7610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,16); }

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

background-color css

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

 a { background-color: rgb(111,118,16); }

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

border-color css

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

 span { border-color: rgb(111,118,16); }

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