Html Css Color HEX #6B711F Fiji Green

📋 copy color: '#6B711F'

red 107 ◦ green 113 ◦ blue 31

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

Shades of Fiji Green #6B711F

Tints of Fiji Green #6B711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 42.63%
G = 45.02%
B = 12.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6B711F (or 0x6B711F) is known color: Fiji Green. HEX triplet: 6B, 71 and 1F. RGB value is (107,113,31). Sum of RGB (Red+Green+Blue) = 107+113+31=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #6B711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B711F is #948EE0. Grayscale: #666666. Windows color (decimal): -9735905 or 2060651. OLE color: 2060651.

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

Color convert

RGB 107 113 31 -
CMYK 0.05 0 0.73 0.56
HSL 64.39º 0.57% 0.28% -
HSV(B) 64.39º 0.73% 0.44% -
XYZ 12.22 15.03 3.55 -
YUV 101.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 107 113 31 0.05 0 0.73 0.56 64.39 0.57 0.28
Hex 6B 71 1F 5 0 49 38 40 39 1C
Octal 153 161 37 5 0 111 70 100 71 34
Binary 1101011 1110001 11111 101 0 1001001 111000 1000000 111001 11100

Color Harmonies of #6B711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B711F

Black with #6B711F

Text Example


Text Example

White with #6B711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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