Html Css Color HEX #6A7A0E Fiji Green

📋 copy color: '#6A7A0E'

red 106 ◦ green 122 ◦ blue 14

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

Shades of Fiji Green #6A7A0E

Tints of Fiji Green #6A7A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 43.8%
G = 50.41%
B = 5.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#6A7A0E (or 0x6A7A0E) is known color: Fiji Green. HEX triplet: 6A, 7A and 0E. RGB value is (106,122,14). Sum of RGB (Red+Green+Blue) = 106+122+14=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7A0E is #9585F1. Grayscale: #696969. Windows color (decimal): -9799154 or 948842. OLE color: 948842.

HSL color Cylindrical-coordinate representation of color #6A7A0E: hue angle of 68.89º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A7A0E is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 122 14 -
CMYK 0.13 0 0.89 0.52
HSL 68.89º 0.79% 0.27% -
HSV(B) 68.89º 0.89% 0.48% -
XYZ 12.98 17.01 3.02 -
YUV 104.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 106 122 14 0.13 0 0.89 0.52 68.89 0.79 0.27
Hex 6A 7A E D 0 59 34 45 4F 1B
Octal 152 172 16 15 0 131 64 105 117 33
Binary 1101010 1111010 1110 1101 0 1011001 110100 1000101 1001111 11011

Color Harmonies of #6A7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7A0E

Black with #6A7A0E

Text Example


Text Example

White with #6A7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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