Html Css Color HEX #6B711A Fiji Green

📋 copy color: '#6B711A'

red 107 ◦ green 113 ◦ blue 26

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

Shades of Fiji Green #6B711A

Tints of Fiji Green #6B711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 43.5%
G = 45.93%
B = 10.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6B711A (or 0x6B711A) is known color: Fiji Green. HEX triplet: 6B, 71 and 1A. RGB value is (107,113,26). Sum of RGB (Red+Green+Blue) = 107+113+26=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #6B711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B711A is #948EE5. Grayscale: #656565. Windows color (decimal): -9735910 or 1732971. OLE color: 1732971.

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

Color convert

RGB 107 113 26 -
CMYK 0.05 0 0.77 0.56
HSL 64.14º 0.63% 0.27% -
HSV(B) 64.14º 0.77% 0.44% -
XYZ 12.15 15.01 3.23 -
YUV 101.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 107 113 26 0.05 0 0.77 0.56 64.14 0.63 0.27
Hex 6B 71 1A 5 0 4D 38 40 3F 1B
Octal 153 161 32 5 0 115 70 100 77 33
Binary 1101011 1110001 11010 101 0 1001101 111000 1000000 111111 11011

Color Harmonies of #6B711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B711A

Black with #6B711A

Text Example


Text Example

White with #6B711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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