Html Css Color HEX #6A780C Fiji Green

📋 copy color: '#6A780C'

red 106 ◦ green 120 ◦ blue 12

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

Shades of Fiji Green #6A780C

Tints of Fiji Green #6A780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.42%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 44.54%
G = 50.42%
B = 5.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#6A780C (or 0x6A780C) is known color: Fiji Green. HEX triplet: 6A, 78 and 0C. RGB value is (106,120,12). Sum of RGB (Red+Green+Blue) = 106+120+12=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #6A780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A780C is #9587F3. Grayscale: #676767. Windows color (decimal): -9799668 or 817258. OLE color: 817258.

HSL color Cylindrical-coordinate representation of color #6A780C: hue angle of 67.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A780C is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 120 12 -
CMYK 0.12 0 0.90 0.53
HSL 67.78º 0.82% 0.26% -
HSV(B) 67.78º 0.9% 0.47% -
XYZ 12.73 16.52 2.87 -
YUV 103.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 106 120 12 0.12 0 0.90 0.53 67.78 0.82 0.26
Hex 6A 78 C C 0 5A 35 44 52 1A
Octal 152 170 14 14 0 132 65 104 122 32
Binary 1101010 1111000 1100 1100 0 1011010 110101 1000100 1010010 11010

Color Harmonies of #6A780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A780C

Black with #6A780C

Text Example


Text Example

White with #6A780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,120,12); }

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

background-color css

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

 a { background-color: rgb(106,120,12); }

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

border-color css

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

 span { border-color: rgb(106,120,12); }

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