Html Css Color HEX #6A7712 Fiji Green

📋 copy color: '#6A7712'

red 106 ◦ green 119 ◦ blue 18

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

Shades of Fiji Green #6A7712

Tints of Fiji Green #6A7712

RGB

 RED value IS 106 (41.8% from 255) = 43.62%

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

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

R = 43.62%
G = 48.97%
B = 7.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#6A7712 (or 0x6A7712) is known color: Fiji Green. HEX triplet: 6A, 77 and 12. RGB value is (106,119,18). Sum of RGB (Red+Green+Blue) = 106+119+18=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7712 is #9588ED. Grayscale: #676767. Windows color (decimal): -9799918 or 1210218. OLE color: 1210218.

HSL color Cylindrical-coordinate representation of color #6A7712: hue angle of 67.72º 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 #6A7712 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 18 -
CMYK 0.11 0 0.85 0.53
HSL 67.72º 0.74% 0.27% -
HSV(B) 67.72º 0.85% 0.47% -
XYZ 12.65 16.3 3.05 -
YUV 103.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 106 119 18 0.11 0 0.85 0.53 67.72 0.74 0.27
Hex 6A 77 12 B 0 55 35 44 4A 1B
Octal 152 167 22 13 0 125 65 104 112 33
Binary 1101010 1110111 10010 1011 0 1010101 110101 1000100 1001010 11011

Color Harmonies of #6A7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7712

Black with #6A7712

Text Example


Text Example

White with #6A7712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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