Html Css Color HEX #6B711B Fiji Green

📋 copy color: '#6B711B'

red 107 ◦ green 113 ◦ blue 27

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

Shades of Fiji Green #6B711B

Tints of Fiji Green #6B711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.93%

R = 43.32%
G = 45.75%
B = 10.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6B711B (or 0x6B711B) is known color: Fiji Green. HEX triplet: 6B, 71 and 1B. RGB value is (107,113,27). Sum of RGB (Red+Green+Blue) = 107+113+27=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #6B711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B711B is #948EE4. Grayscale: #656565. Windows color (decimal): -9735909 or 1798507. OLE color: 1798507.

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

Color convert

RGB 107 113 27 -
CMYK 0.05 0 0.76 0.56
HSL 64.19º 0.61% 0.27% -
HSV(B) 64.19º 0.76% 0.44% -
XYZ 12.17 15.02 3.29 -
YUV 101.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 107 113 27 0.05 0 0.76 0.56 64.19 0.61 0.27
Hex 6B 71 1B 5 0 4C 38 40 3D 1B
Octal 153 161 33 5 0 114 70 100 75 33
Binary 1101011 1110001 11011 101 0 1001100 111000 1000000 111101 11011

Color Harmonies of #6B711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B711B

Black with #6B711B

Text Example


Text Example

White with #6B711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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