Html Css Color HEX #6A7D21 Fiji Green

📋 copy color: '#6A7D21'

red 106 ◦ green 125 ◦ blue 33

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

Shades of Fiji Green #6A7D21

Tints of Fiji Green #6A7D21

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.35%

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 40.15%
G = 47.35%
B = 12.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#6A7D21 (or 0x6A7D21) is known color: Fiji Green. HEX triplet: 6A, 7D and 21. RGB value is (106,125,33). Sum of RGB (Red+Green+Blue) = 106+125+33=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7D21 is #9582DE. Grayscale: #6D6D6D. Windows color (decimal): -9798367 or 2194794. OLE color: 2194794.

HSL color Cylindrical-coordinate representation of color #6A7D21: hue angle of 72.39º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A7D21 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 125 33 -
CMYK 0.15 0 0.74 0.51
HSL 72.39º 0.58% 0.31% -
HSV(B) 72.39º 0.74% 0.49% -
XYZ 13.55 17.84 4.17 -
YUV 108.83 85.21 125.98 -
System Red Green Blue C M Y K H S L
Decimal 106 125 33 0.15 0 0.74 0.51 72.39 0.58 0.31
Hex 6A 7D 21 F 0 4A 33 48 3A 1F
Octal 152 175 41 17 0 112 63 110 72 37
Binary 1101010 1111101 100001 1111 0 1001010 110011 1001000 111010 11111

Color Harmonies of #6A7D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7D21

Black with #6A7D21

Text Example


Text Example

White with #6A7D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,125,33); }

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

background-color css

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

 a { background-color: rgb(106,125,33); }

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

border-color css

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

 span { border-color: rgb(106,125,33); }

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