Html Css Color HEX #6A7A18 Fiji Green

📋 copy color: '#6A7A18'

red 106 ◦ green 122 ◦ blue 24

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

Shades of Fiji Green #6A7A18

Tints of Fiji Green #6A7A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 42.06%
G = 48.41%
B = 9.52%

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

#6A7A18 (or 0x6A7A18) is known color: Fiji Green. HEX triplet: 6A, 7A and 18. RGB value is (106,122,24). Sum of RGB (Red+Green+Blue) = 106+122+24=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7A18 is #9585E7. Grayscale: #6A6A6A. Windows color (decimal): -9799144 or 1604202. OLE color: 1604202.

HSL color Cylindrical-coordinate representation of color #6A7A18: hue angle of 69.8º degrees, saturation: 0.67, 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 #6A7A18 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 122 24 -
CMYK 0.13 0 0.80 0.52
HSL 69.8º 0.67% 0.29% -
HSV(B) 69.8º 0.8% 0.48% -
XYZ 13.07 17.05 3.47 -
YUV 106.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 106 122 24 0.13 0 0.80 0.52 69.8 0.67 0.29
Hex 6A 7A 18 D 0 50 34 46 43 1D
Octal 152 172 30 15 0 120 64 106 103 35
Binary 1101010 1111010 11000 1101 0 1010000 110100 1000110 1000011 11101

Color Harmonies of #6A7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7A18

Black with #6A7A18

Text Example


Text Example

White with #6A7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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