Html Css Color HEX #6C721C Fiji Green

📋 copy color: '#6C721C'

red 108 ◦ green 114 ◦ blue 28

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

Shades of Fiji Green #6C721C

Tints of Fiji Green #6C721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 43.2%
G = 45.6%
B = 11.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#6C721C (or 0x6C721C) is known color: Fiji Green. HEX triplet: 6C, 72 and 1C. RGB value is (108,114,28). Sum of RGB (Red+Green+Blue) = 108+114+28=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #6C721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C721C is #938DE3. Grayscale: #666666. Windows color (decimal): -9670116 or 1864300. OLE color: 1864300.

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

Color convert

RGB 108 114 28 -
CMYK 0.05 0 0.75 0.55
HSL 64.19º 0.61% 0.28% -
HSV(B) 64.19º 0.75% 0.45% -
XYZ 12.41 15.31 3.4 -
YUV 102.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 108 114 28 0.05 0 0.75 0.55 64.19 0.61 0.28
Hex 6C 72 1C 5 0 4B 37 40 3D 1C
Octal 154 162 34 5 0 113 67 100 75 34
Binary 1101100 1110010 11100 101 0 1001011 110111 1000000 111101 11100

Color Harmonies of #6C721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C721C

Black with #6C721C

Text Example


Text Example

White with #6C721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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