Html Css Color HEX #68760D Fiji Green

📋 copy color: '#68760D'

red 104 ◦ green 118 ◦ blue 13

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

Shades of Fiji Green #68760D

Tints of Fiji Green #68760D

RGB

 RED value IS 104 (41.02% from 255) = 44.26%

 GREEN value IS 118 (46.48% from 255) = 50.21%

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 44.26%
G = 50.21%
B = 5.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#68760D (or 0x68760D) is known color: Fiji Green. HEX triplet: 68, 76 and 0D. RGB value is (104,118,13). Sum of RGB (Red+Green+Blue) = 104+118+13=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #68760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68760D is #9789F2. Grayscale: #666666. Windows color (decimal): -9931251 or 882280. OLE color: 882280.

HSL color Cylindrical-coordinate representation of color #68760D: hue angle of 68º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68760D is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 13 -
CMYK 0.12 0 0.89 0.54
HSL 68º 0.8% 0.26% -
HSV(B) 68º 0.89% 0.46% -
XYZ 12.26 15.93 2.81 -
YUV 101.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 104 118 13 0.12 0 0.89 0.54 68 0.8 0.26
Hex 68 76 D C 0 59 36 44 50 1A
Octal 150 166 15 14 0 131 66 104 120 32
Binary 1101000 1110110 1101 1100 0 1011001 110110 1000100 1010000 11010

Color Harmonies of #68760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68760D

Black with #68760D

Text Example


Text Example

White with #68760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68760D; }

 p { color: rgb(104,118,13); }

 H1.HeaderClassName
 {
   color: #68760D;
 }
 .AnyTagClassName
 {
   color: #68760D;
 }
</style>

background-color css

<style>
 a { background-color: #68760D; }

 a { background-color: rgb(104,118,13); }

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

border-color css

<style>
 span { border-color: #68760D; }

 span { border-color: rgb(104,118,13); }

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