Html Css Color HEX #6B7610 Fiji Green

📋 copy color: '#6B7610'

red 107 ◦ green 118 ◦ blue 16

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

Shades of Fiji Green #6B7610

Tints of Fiji Green #6B7610

RGB

 RED value IS 107 (42.19% from 255) = 44.4%

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

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

R = 44.4%
G = 48.96%
B = 6.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#6B7610 (or 0x6B7610) is known color: Fiji Green. HEX triplet: 6B, 76 and 10. RGB value is (107,118,16). Sum of RGB (Red+Green+Blue) = 107+118+16=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7610 is #9489EF. Grayscale: #676767. Windows color (decimal): -9734640 or 1078891. OLE color: 1078891.

HSL color Cylindrical-coordinate representation of color #6B7610: hue angle of 66.47º 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 #6B7610 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 16 -
CMYK 0.09 0 0.86 0.54
HSL 66.47º 0.76% 0.26% -
HSV(B) 66.47º 0.86% 0.46% -
XYZ 12.64 16.12 2.94 -
YUV 103.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 107 118 16 0.09 0 0.86 0.54 66.47 0.76 0.26
Hex 6B 76 10 9 0 56 36 42 4C 1A
Octal 153 166 20 11 0 126 66 102 114 32
Binary 1101011 1110110 10000 1001 0 1010110 110110 1000010 1001100 11010

Color Harmonies of #6B7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7610

Black with #6B7610

Text Example


Text Example

White with #6B7610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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