Html Css Color HEX #6C721A Fiji Green

📋 copy color: '#6C721A'

red 108 ◦ green 114 ◦ blue 26

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

Shades of Fiji Green #6C721A

Tints of Fiji Green #6C721A

RGB

 RED value IS 108 (42.58% from 255) = 43.55%

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 43.55%
G = 45.97%
B = 10.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#6C721A (or 0x6C721A) is known color: Fiji Green. HEX triplet: 6C, 72 and 1A. RGB value is (108,114,26). Sum of RGB (Red+Green+Blue) = 108+114+26=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #6C721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C721A is #938DE5. Grayscale: #666666. Windows color (decimal): -9670118 or 1733228. OLE color: 1733228.

HSL color Cylindrical-coordinate representation of color #6C721A: hue angle of 64.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C721A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 114 26 -
CMYK 0.05 0 0.77 0.55
HSL 64.09º 0.63% 0.27% -
HSV(B) 64.09º 0.77% 0.45% -
XYZ 12.39 15.3 3.28 -
YUV 102.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 108 114 26 0.05 0 0.77 0.55 64.09 0.63 0.27
Hex 6C 72 1A 5 0 4D 37 40 3F 1B
Octal 154 162 32 5 0 115 67 100 77 33
Binary 1101100 1110010 11010 101 0 1001101 110111 1000000 111111 11011

Color Harmonies of #6C721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C721A

Black with #6C721A

Text Example


Text Example

White with #6C721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,114,26); }

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

background-color css

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

 a { background-color: rgb(108,114,26); }

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

border-color css

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

 span { border-color: rgb(108,114,26); }

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