Html Css Color HEX #6A751F Fiji Green

📋 copy color: '#6A751F'

red 106 ◦ green 117 ◦ blue 31

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

Shades of Fiji Green #6A751F

Tints of Fiji Green #6A751F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 41.73%
G = 46.06%
B = 12.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#6A751F (or 0x6A751F) is known color: Fiji Green. HEX triplet: 6A, 75 and 1F. RGB value is (106,117,31). Sum of RGB (Red+Green+Blue) = 106+117+31=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #6A751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A751F is #958AE0. Grayscale: #686868. Windows color (decimal): -9800417 or 2061674. OLE color: 2061674.

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

Color convert

RGB 106 117 31 -
CMYK 0.09 0 0.74 0.54
HSL 67.67º 0.58% 0.29% -
HSV(B) 67.67º 0.74% 0.46% -
XYZ 12.55 15.89 3.7 -
YUV 103.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 106 117 31 0.09 0 0.74 0.54 67.67 0.58 0.29
Hex 6A 75 1F 9 0 4A 36 44 3A 1D
Octal 152 165 37 11 0 112 66 104 72 35
Binary 1101010 1110101 11111 1001 0 1001010 110110 1000100 111010 11101

Color Harmonies of #6A751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A751F

Black with #6A751F

Text Example


Text Example

White with #6A751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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