Html Css Color HEX #6C7015 Fiji Green

📋 copy color: '#6C7015'

red 108 ◦ green 112 ◦ blue 21

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

Shades of Fiji Green #6C7015

Tints of Fiji Green #6C7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 44.81%
G = 46.47%
B = 8.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6C7015 (or 0x6C7015) is known color: Fiji Green. HEX triplet: 6C, 70 and 15. RGB value is (108,112,21). Sum of RGB (Red+Green+Blue) = 108+112+21=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7015 is #938FEA. Grayscale: #646464. Windows color (decimal): -9670635 or 1405036. OLE color: 1405036.

HSL color Cylindrical-coordinate representation of color #6C7015: hue angle of 62.64º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C7015 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 112 21 -
CMYK 0.04 0 0.81 0.56
HSL 62.64º 0.68% 0.26% -
HSV(B) 62.64º 0.81% 0.44% -
XYZ 12.11 14.83 2.93 -
YUV 100.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 108 112 21 0.04 0 0.81 0.56 62.64 0.68 0.26
Hex 6C 70 15 4 0 51 38 3F 44 1A
Octal 154 160 25 4 0 121 70 77 104 32
Binary 1101100 1110000 10101 100 0 1010001 111000 111111 1000100 11010

Color Harmonies of #6C7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7015

Black with #6C7015

Text Example


Text Example

White with #6C7015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,21); }

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

background-color css

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

 a { background-color: rgb(108,112,21); }

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

border-color css

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

 span { border-color: rgb(108,112,21); }

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