Html Css Color HEX #6A781A Fiji Green

📋 copy color: '#6A781A'

red 106 ◦ green 120 ◦ blue 26

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

Shades of Fiji Green #6A781A

Tints of Fiji Green #6A781A

RGB

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

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

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

R = 42.06%
G = 47.62%
B = 10.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#6A781A (or 0x6A781A) is known color: Fiji Green. HEX triplet: 6A, 78 and 1A. RGB value is (106,120,26). Sum of RGB (Red+Green+Blue) = 106+120+26=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #6A781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A781A is #9587E5. Grayscale: #696969. Windows color (decimal): -9799654 or 1734762. OLE color: 1734762.

HSL color Cylindrical-coordinate representation of color #6A781A: hue angle of 68.94º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A781A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 120 26 -
CMYK 0.12 0 0.78 0.53
HSL 68.94º 0.64% 0.29% -
HSV(B) 68.94º 0.78% 0.47% -
XYZ 12.85 16.57 3.5 -
YUV 105.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 106 120 26 0.12 0 0.78 0.53 68.94 0.64 0.29
Hex 6A 78 1A C 0 4E 35 45 40 1D
Octal 152 170 32 14 0 116 65 105 100 35
Binary 1101010 1111000 11010 1100 0 1001110 110101 1000101 1000000 11101

Color Harmonies of #6A781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A781A

Black with #6A781A

Text Example


Text Example

White with #6A781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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