Html Css Color HEX #6A770D Fiji Green

📋 copy color: '#6A770D'

red 106 ◦ green 119 ◦ blue 13

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

Shades of Fiji Green #6A770D

Tints of Fiji Green #6A770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 44.54%
G = 50%
B = 5.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#6A770D (or 0x6A770D) is known color: Fiji Green. HEX triplet: 6A, 77 and 0D. RGB value is (106,119,13). Sum of RGB (Red+Green+Blue) = 106+119+13=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #6A770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A770D is #9588F2. Grayscale: #676767. Windows color (decimal): -9799923 or 882538. OLE color: 882538.

HSL color Cylindrical-coordinate representation of color #6A770D: hue angle of 67.36º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A770D is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 13 -
CMYK 0.11 0 0.89 0.53
HSL 67.36º 0.8% 0.26% -
HSV(B) 67.36º 0.89% 0.47% -
XYZ 12.61 16.29 2.86 -
YUV 103.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 106 119 13 0.11 0 0.89 0.53 67.36 0.8 0.26
Hex 6A 77 D B 0 59 35 43 50 1A
Octal 152 167 15 13 0 131 65 103 120 32
Binary 1101010 1110111 1101 1011 0 1011001 110101 1000011 1010000 11010

Color Harmonies of #6A770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A770D

Black with #6A770D

Text Example


Text Example

White with #6A770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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