Html Css Color HEX #6A781E Fiji Green

📋 copy color: '#6A781E'

red 106 ◦ green 120 ◦ blue 30

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

Shades of Fiji Green #6A781E

Tints of Fiji Green #6A781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 41.41%
G = 46.88%
B = 11.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#6A781E (or 0x6A781E) is known color: Fiji Green. HEX triplet: 6A, 78 and 1E. RGB value is (106,120,30). Sum of RGB (Red+Green+Blue) = 106+120+30=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #6A781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A781E is #9587E1. Grayscale: #696969. Windows color (decimal): -9799650 or 1996906. OLE color: 1996906.

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

Color convert

RGB 106 120 30 -
CMYK 0.12 0 0.75 0.53
HSL 69.33º 0.6% 0.29% -
HSV(B) 69.33º 0.75% 0.47% -
XYZ 12.89 16.59 3.75 -
YUV 105.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 106 120 30 0.12 0 0.75 0.53 69.33 0.6 0.29
Hex 6A 78 1E C 0 4B 35 45 3C 1D
Octal 152 170 36 14 0 113 65 105 74 35
Binary 1101010 1111000 11110 1100 0 1001011 110101 1000101 111100 11101

Color Harmonies of #6A781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A781E

Black with #6A781E

Text Example


Text Example

White with #6A781E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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