Html Css Color HEX #6A750A Fiji Green

📋 copy color: '#6A750A'

red 106 ◦ green 117 ◦ blue 10

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

Shades of Fiji Green #6A750A

Tints of Fiji Green #6A750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 45.49%
G = 50.21%
B = 4.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#6A750A (or 0x6A750A) is known color: Fiji Green. HEX triplet: 6A, 75 and 0A. RGB value is (106,117,10). Sum of RGB (Red+Green+Blue) = 106+117+10=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #6A750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A750A is #958AF5. Grayscale: #656565. Windows color (decimal): -9800438 or 685418. OLE color: 685418.

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

Color convert

RGB 106 117 10 -
CMYK 0.09 0 0.91 0.54
HSL 66.17º 0.84% 0.25% -
HSV(B) 66.17º 0.91% 0.46% -
XYZ 12.36 15.81 2.69 -
YUV 101.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 106 117 10 0.09 0 0.91 0.54 66.17 0.84 0.25
Hex 6A 75 A 9 0 5B 36 42 54 19
Octal 152 165 12 11 0 133 66 102 124 31
Binary 1101010 1110101 1010 1001 0 1011011 110110 1000010 1010100 11001

Color Harmonies of #6A750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A750A

Black with #6A750A

Text Example


Text Example

White with #6A750A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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