Html Css Color HEX #6B710C Fiji Green

📋 copy color: '#6B710C'

red 107 ◦ green 113 ◦ blue 12

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

Shades of Fiji Green #6B710C

Tints of Fiji Green #6B710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.71%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 46.12%
G = 48.71%
B = 5.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6B710C (or 0x6B710C) is known color: Fiji Green. HEX triplet: 6B, 71 and 0C. RGB value is (107,113,12). Sum of RGB (Red+Green+Blue) = 107+113+12=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #6B710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B710C is #948EF3. Grayscale: #646464. Windows color (decimal): -9735924 or 815467. OLE color: 815467.

HSL color Cylindrical-coordinate representation of color #6B710C: hue angle of 63.56º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B710C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 12 -
CMYK 0.05 0 0.89 0.56
HSL 63.56º 0.81% 0.25% -
HSV(B) 63.56º 0.89% 0.44% -
XYZ 12.03 14.96 2.6 -
YUV 99.69 78.51 133.21 -
System Red Green Blue C M Y K H S L
Decimal 107 113 12 0.05 0 0.89 0.56 63.56 0.81 0.25
Hex 6B 71 C 5 0 59 38 40 51 19
Octal 153 161 14 5 0 131 70 100 121 31
Binary 1101011 1110001 1100 101 0 1011001 111000 1000000 1010001 11001

Color Harmonies of #6B710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B710C

Black with #6B710C

Text Example


Text Example

White with #6B710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,12); }

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

background-color css

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

 a { background-color: rgb(107,113,12); }

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

border-color css

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

 span { border-color: rgb(107,113,12); }

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