Html Css Color HEX #68730D Fiji Green

📋 copy color: '#68730D'

red 104 ◦ green 115 ◦ blue 13

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

Shades of Fiji Green #68730D

Tints of Fiji Green #68730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

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

R = 44.83%
G = 49.57%
B = 5.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#68730D (or 0x68730D) is known color: Fiji Green. HEX triplet: 68, 73 and 0D. RGB value is (104,115,13). Sum of RGB (Red+Green+Blue) = 104+115+13=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #68730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68730D is #978CF2. Grayscale: #646464. Windows color (decimal): -9932019 or 881512. OLE color: 881512.

HSL color Cylindrical-coordinate representation of color #68730D: hue angle of 66.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68730D is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 115 13 -
CMYK 0.10 0 0.89 0.55
HSL 66.47º 0.8% 0.25% -
HSV(B) 66.47º 0.89% 0.45% -
XYZ 11.91 15.23 2.69 -
YUV 100.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 104 115 13 0.10 0 0.89 0.55 66.47 0.8 0.25
Hex 68 73 D A 0 59 37 42 50 19
Octal 150 163 15 12 0 131 67 102 120 31
Binary 1101000 1110011 1101 1010 0 1011001 110111 1000010 1010000 11001

Color Harmonies of #68730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68730D

Black with #68730D

Text Example


Text Example

White with #68730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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