Html Css Color HEX #6A800F Fiji Green

📋 copy color: '#6A800F'

red 106 ◦ green 128 ◦ blue 15

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

Shades of Fiji Green #6A800F

Tints of Fiji Green #6A800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.41%

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 42.57%
G = 51.41%
B = 6.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#6A800F (or 0x6A800F) is known color: Fiji Green. HEX triplet: 6A, 80 and 0F. RGB value is (106,128,15). Sum of RGB (Red+Green+Blue) = 106+128+15=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #6A800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A800F is #957FF0. Grayscale: #6C6C6C. Windows color (decimal): -9797617 or 1015914. OLE color: 1015914.

HSL color Cylindrical-coordinate representation of color #6A800F: hue angle of 71.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A800F is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 128 15 -
CMYK 0.17 0 0.88 0.50
HSL 71.68º 0.79% 0.28% -
HSV(B) 71.68º 0.88% 0.5% -
XYZ 13.75 18.54 3.31 -
YUV 108.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 106 128 15 0.17 0 0.88 0.50 71.68 0.79 0.28
Hex 6A 80 F 11 0 58 32 48 4F 1C
Octal 152 200 17 21 0 130 62 110 117 34
Binary 1101010 10000000 1111 10001 0 1011000 110010 1001000 1001111 11100

Color Harmonies of #6A800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A800F

Black with #6A800F

Text Example


Text Example

White with #6A800F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,128,15); }

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

background-color css

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

 a { background-color: rgb(106,128,15); }

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

border-color css

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

 span { border-color: rgb(106,128,15); }

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