Html Css Color HEX #6A730A Fiji Green

📋 copy color: '#6A730A'

red 106 ◦ green 115 ◦ blue 10

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

Shades of Fiji Green #6A730A

Tints of Fiji Green #6A730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 45.89%
G = 49.78%
B = 4.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#6A730A (or 0x6A730A) is known color: Fiji Green. HEX triplet: 6A, 73 and 0A. RGB value is (106,115,10). Sum of RGB (Red+Green+Blue) = 106+115+10=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #6A730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A730A is #958CF5. Grayscale: #646464. Windows color (decimal): -9800950 or 684906. OLE color: 684906.

HSL color Cylindrical-coordinate representation of color #6A730A: hue angle of 65.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A730A is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 115 10 -
CMYK 0.08 0 0.91 0.55
HSL 65.14º 0.84% 0.25% -
HSV(B) 65.14º 0.91% 0.45% -
XYZ 12.13 15.35 2.61 -
YUV 100.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 106 115 10 0.08 0 0.91 0.55 65.14 0.84 0.25
Hex 6A 73 A 8 0 5B 37 41 54 19
Octal 152 163 12 10 0 133 67 101 124 31
Binary 1101010 1110011 1010 1000 0 1011011 110111 1000001 1010100 11001

Color Harmonies of #6A730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A730A

Black with #6A730A

Text Example


Text Example

White with #6A730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,115,10); }

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

background-color css

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

 a { background-color: rgb(106,115,10); }

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

border-color css

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

 span { border-color: rgb(106,115,10); }

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