Html Css Color HEX #6C761A Fiji Green

📋 copy color: '#6C761A'

red 108 ◦ green 118 ◦ blue 26

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

Shades of Fiji Green #6C761A

Tints of Fiji Green #6C761A

RGB

 RED value IS 108 (42.58% from 255) = 42.86%

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

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

R = 42.86%
G = 46.83%
B = 10.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#6C761A (or 0x6C761A) is known color: Fiji Green. HEX triplet: 6C, 76 and 1A. RGB value is (108,118,26). Sum of RGB (Red+Green+Blue) = 108+118+26=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #6C761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C761A is #9389E5. Grayscale: #686868. Windows color (decimal): -9669094 or 1734252. OLE color: 1734252.

HSL color Cylindrical-coordinate representation of color #6C761A: hue angle of 66.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C761A is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 26 -
CMYK 0.08 0 0.78 0.54
HSL 66.52º 0.64% 0.28% -
HSV(B) 66.52º 0.78% 0.46% -
XYZ 12.85 16.22 3.43 -
YUV 104.52 83.69 130.48 -
System Red Green Blue C M Y K H S L
Decimal 108 118 26 0.08 0 0.78 0.54 66.52 0.64 0.28
Hex 6C 76 1A 8 0 4E 36 43 40 1C
Octal 154 166 32 10 0 116 66 103 100 34
Binary 1101100 1110110 11010 1000 0 1001110 110110 1000011 1000000 11100

Color Harmonies of #6C761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C761A

Black with #6C761A

Text Example


Text Example

White with #6C761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,26); }

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

background-color css

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

 a { background-color: rgb(108,118,26); }

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

border-color css

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

 span { border-color: rgb(108,118,26); }

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