Html Css Color HEX #68650D Fiji Green

📋 copy color: '#68650D'

red 104 ◦ green 101 ◦ blue 13

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

Shades of Fiji Green #68650D

Tints of Fiji Green #68650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

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

R = 47.71%
G = 46.33%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68650D (or 0x68650D) is known color: Fiji Green. HEX triplet: 68, 65 and 0D. RGB value is (104,101,13). Sum of RGB (Red+Green+Blue) = 104+101+13=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68650D is #979AF2. Grayscale: #5C5C5C. Windows color (decimal): -9935603 or 877928. OLE color: 877928.

HSL color Cylindrical-coordinate representation of color #68650D: hue angle of 58.02º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68650D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 101 13 -
CMYK 0 0.03 0.88 0.59
HSL 58.02º 0.78% 0.23% -
HSV(B) 58.02º 0.88% 0.41% -
XYZ 10.44 12.28 2.2 -
YUV 91.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 104 101 13 0 0.03 0.88 0.59 58.02 0.78 0.23
Hex 68 65 D 0 3 58 3B 3A 4E 17
Octal 150 145 15 0 3 130 73 72 116 27
Binary 1101000 1100101 1101 0 11 1011000 111011 111010 1001110 10111

Color Harmonies of #68650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68650D

Black with #68650D

Text Example


Text Example

White with #68650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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