Html Css Color HEX #6A751A Fiji Green

📋 copy color: '#6A751A'

red 106 ◦ green 117 ◦ blue 26

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

Shades of Fiji Green #6A751A

Tints of Fiji Green #6A751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 42.57%
G = 46.99%
B = 10.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#6A751A (or 0x6A751A) is known color: Fiji Green. HEX triplet: 6A, 75 and 1A. RGB value is (106,117,26). Sum of RGB (Red+Green+Blue) = 106+117+26=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #6A751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A751A is #958AE5. Grayscale: #676767. Windows color (decimal): -9800422 or 1733994. OLE color: 1733994.

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

Color convert

RGB 106 117 26 -
CMYK 0.09 0 0.78 0.54
HSL 67.25º 0.64% 0.28% -
HSV(B) 67.25º 0.78% 0.46% -
XYZ 12.49 15.86 3.38 -
YUV 103.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 106 117 26 0.09 0 0.78 0.54 67.25 0.64 0.28
Hex 6A 75 1A 9 0 4E 36 43 40 1C
Octal 152 165 32 11 0 116 66 103 100 34
Binary 1101010 1110101 11010 1001 0 1001110 110110 1000011 1000000 11100

Color Harmonies of #6A751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A751A

Black with #6A751A

Text Example


Text Example

White with #6A751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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