Html Css Color HEX #6A650C Fiji Green

📋 copy color: '#6A650C'

red 106 ◦ green 101 ◦ blue 12

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

Shades of Fiji Green #6A650C

Tints of Fiji Green #6A650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.12%

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 48.4%
G = 46.12%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6A650C (or 0x6A650C) is known color: Fiji Green. HEX triplet: 6A, 65 and 0C. RGB value is (106,101,12). Sum of RGB (Red+Green+Blue) = 106+101+12=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A650C is #959AF3. Grayscale: #5C5C5C. Windows color (decimal): -9804532 or 812394. OLE color: 812394.

HSL color Cylindrical-coordinate representation of color #6A650C: hue angle of 56.81º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A650C is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 101 12 -
CMYK 0 0.05 0.89 0.58
HSL 56.81º 0.8% 0.23% -
HSV(B) 56.81º 0.89% 0.42% -
XYZ 10.66 12.4 2.18 -
YUV 92.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 106 101 12 0 0.05 0.89 0.58 56.81 0.8 0.23
Hex 6A 65 C 0 5 59 3A 39 50 17
Octal 152 145 14 0 5 131 72 71 120 27
Binary 1101010 1100101 1100 0 101 1011001 111010 111001 1010000 10111

Color Harmonies of #6A650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A650C

Black with #6A650C

Text Example


Text Example

White with #6A650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,101,12); }

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

background-color css

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

 a { background-color: rgb(106,101,12); }

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

border-color css

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

 span { border-color: rgb(106,101,12); }

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