Html Css Color HEX #6A7A19 Fiji Green

📋 copy color: '#6A7A19'

red 106 ◦ green 122 ◦ blue 25

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

Shades of Fiji Green #6A7A19

Tints of Fiji Green #6A7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.22%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 41.9%
G = 48.22%
B = 9.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#6A7A19 (or 0x6A7A19) is known color: Fiji Green. HEX triplet: 6A, 7A and 19. RGB value is (106,122,25). Sum of RGB (Red+Green+Blue) = 106+122+25=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7A19 is #9585E6. Grayscale: #6A6A6A. Windows color (decimal): -9799143 or 1669738. OLE color: 1669738.

HSL color Cylindrical-coordinate representation of color #6A7A19: hue angle of 69.9º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A7A19 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 122 25 -
CMYK 0.13 0 0.80 0.52
HSL 69.9º 0.66% 0.29% -
HSV(B) 69.9º 0.8% 0.48% -
XYZ 13.08 17.05 3.52 -
YUV 106.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 106 122 25 0.13 0 0.80 0.52 69.9 0.66 0.29
Hex 6A 7A 19 D 0 50 34 46 42 1D
Octal 152 172 31 15 0 120 64 106 102 35
Binary 1101010 1111010 11001 1101 0 1010000 110100 1000110 1000010 11101

Color Harmonies of #6A7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7A19

Black with #6A7A19

Text Example


Text Example

White with #6A7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,122,25); }

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

background-color css

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

 a { background-color: rgb(106,122,25); }

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

border-color css

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

 span { border-color: rgb(106,122,25); }

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