Html Css Color HEX #6C771A Fiji Green

📋 copy color: '#6C771A'

red 108 ◦ green 119 ◦ blue 26

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

Shades of Fiji Green #6C771A

Tints of Fiji Green #6C771A

RGB

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

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

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

R = 42.69%
G = 47.04%
B = 10.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#6C771A (or 0x6C771A) is known color: Fiji Green. HEX triplet: 6C, 77 and 1A. RGB value is (108,119,26). Sum of RGB (Red+Green+Blue) = 108+119+26=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #6C771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C771A is #9388E5. Grayscale: #696969. Windows color (decimal): -9668838 or 1734508. OLE color: 1734508.

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

Color convert

RGB 108 119 26 -
CMYK 0.09 0 0.78 0.53
HSL 67.1º 0.64% 0.28% -
HSV(B) 67.1º 0.78% 0.47% -
XYZ 12.97 16.46 3.47 -
YUV 105.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 108 119 26 0.09 0 0.78 0.53 67.1 0.64 0.28
Hex 6C 77 1A 9 0 4E 35 43 40 1C
Octal 154 167 32 11 0 116 65 103 100 34
Binary 1101100 1110111 11010 1001 0 1001110 110101 1000011 1000000 11100

Color Harmonies of #6C771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C771A

Black with #6C771A

Text Example


Text Example

White with #6C771A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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