Html Css Color HEX #6B7712 Fiji Green

📋 copy color: '#6B7712'

red 107 ◦ green 119 ◦ blue 18

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

Shades of Fiji Green #6B7712

Tints of Fiji Green #6B7712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.77%

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 43.85%
G = 48.77%
B = 7.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#6B7712 (or 0x6B7712) is known color: Fiji Green. HEX triplet: 6B, 77 and 12. RGB value is (107,119,18). Sum of RGB (Red+Green+Blue) = 107+119+18=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7712 is #9488ED. Grayscale: #686868. Windows color (decimal): -9734382 or 1210219. OLE color: 1210219.

HSL color Cylindrical-coordinate representation of color #6B7712: hue angle of 67.13º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B7712 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 18 -
CMYK 0.10 0 0.85 0.53
HSL 67.13º 0.74% 0.27% -
HSV(B) 67.13º 0.85% 0.47% -
XYZ 12.77 16.36 3.06 -
YUV 103.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 107 119 18 0.10 0 0.85 0.53 67.13 0.74 0.27
Hex 6B 77 12 A 0 55 35 43 4A 1B
Octal 153 167 22 12 0 125 65 103 112 33
Binary 1101011 1110111 10010 1010 0 1010101 110101 1000011 1001010 11011

Color Harmonies of #6B7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7712

Black with #6B7712

Text Example


Text Example

White with #6B7712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,18); }

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

background-color css

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

 a { background-color: rgb(107,119,18); }

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

border-color css

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

 span { border-color: rgb(107,119,18); }

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