Html Css Color HEX #6A7612 Fiji Green

📋 copy color: '#6A7612'

red 106 ◦ green 118 ◦ blue 18

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

Shades of Fiji Green #6A7612

Tints of Fiji Green #6A7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 43.8%
G = 48.76%
B = 7.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#6A7612 (or 0x6A7612) is known color: Fiji Green. HEX triplet: 6A, 76 and 12. RGB value is (106,118,18). Sum of RGB (Red+Green+Blue) = 106+118+18=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7612 is #9589ED. Grayscale: #676767. Windows color (decimal): -9800174 or 1209962. OLE color: 1209962.

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

Color convert

RGB 106 118 18 -
CMYK 0.10 0 0.85 0.54
HSL 67.2º 0.74% 0.27% -
HSV(B) 67.2º 0.85% 0.46% -
XYZ 12.53 16.06 3.01 -
YUV 103.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 106 118 18 0.10 0 0.85 0.54 67.2 0.74 0.27
Hex 6A 76 12 A 0 55 36 43 4A 1B
Octal 152 166 22 12 0 125 66 103 112 33
Binary 1101010 1110110 10010 1010 0 1010101 110110 1000011 1001010 11011

Color Harmonies of #6A7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7612

Black with #6A7612

Text Example


Text Example

White with #6A7612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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