Html Css Color HEX #6A761B Fiji Green

📋 copy color: '#6A761B'

red 106 ◦ green 118 ◦ blue 27

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

Shades of Fiji Green #6A761B

Tints of Fiji Green #6A761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 42.23%
G = 47.01%
B = 10.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#6A761B (or 0x6A761B) is known color: Fiji Green. HEX triplet: 6A, 76 and 1B. RGB value is (106,118,27). Sum of RGB (Red+Green+Blue) = 106+118+27=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #6A761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A761B is #9589E4. Grayscale: #686868. Windows color (decimal): -9800165 or 1799786. OLE color: 1799786.

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

Color convert

RGB 106 118 27 -
CMYK 0.10 0 0.77 0.54
HSL 67.91º 0.63% 0.28% -
HSV(B) 67.91º 0.77% 0.46% -
XYZ 12.62 16.1 3.48 -
YUV 104.04 84.52 129.4 -
System Red Green Blue C M Y K H S L
Decimal 106 118 27 0.10 0 0.77 0.54 67.91 0.63 0.28
Hex 6A 76 1B A 0 4D 36 44 3F 1C
Octal 152 166 33 12 0 115 66 104 77 34
Binary 1101010 1110110 11011 1010 0 1001101 110110 1000100 111111 11100

Color Harmonies of #6A761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A761B

Black with #6A761B

Text Example


Text Example

White with #6A761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,118,27); }

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

background-color css

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

 a { background-color: rgb(106,118,27); }

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

border-color css

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

 span { border-color: rgb(106,118,27); }

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