Html Css Color HEX #6B7614 Fiji Green

📋 copy color: '#6B7614'

red 107 ◦ green 118 ◦ blue 20

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

Shades of Fiji Green #6B7614

Tints of Fiji Green #6B7614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 43.67%
G = 48.16%
B = 8.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#6B7614 (or 0x6B7614) is known color: Fiji Green. HEX triplet: 6B, 76 and 14. RGB value is (107,118,20). Sum of RGB (Red+Green+Blue) = 107+118+20=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7614 is #9489EB. Grayscale: #676767. Windows color (decimal): -9734636 or 1341035. OLE color: 1341035.

HSL color Cylindrical-coordinate representation of color #6B7614: hue angle of 66.73º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B7614 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 20 -
CMYK 0.09 0 0.83 0.54
HSL 66.73º 0.71% 0.27% -
HSV(B) 66.73º 0.83% 0.46% -
XYZ 12.67 16.13 3.11 -
YUV 103.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 107 118 20 0.09 0 0.83 0.54 66.73 0.71 0.27
Hex 6B 76 14 9 0 53 36 43 47 1B
Octal 153 166 24 11 0 123 66 103 107 33
Binary 1101011 1110110 10100 1001 0 1010011 110110 1000011 1000111 11011

Color Harmonies of #6B7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7614

Black with #6B7614

Text Example


Text Example

White with #6B7614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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