Html Css Color HEX #68700A Fiji Green

📋 copy color: '#68700A'

red 104 ◦ green 112 ◦ blue 10

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

Shades of Fiji Green #68700A

Tints of Fiji Green #68700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.42%

R = 46.02%
G = 49.56%
B = 4.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#68700A (or 0x68700A) is known color: Fiji Green. HEX triplet: 68, 70 and 0A. RGB value is (104,112,10). Sum of RGB (Red+Green+Blue) = 104+112+10=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #68700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68700A is #978FF5. Grayscale: #626262. Windows color (decimal): -9932790 or 684136. OLE color: 684136.

HSL color Cylindrical-coordinate representation of color #68700A: hue angle of 64.71º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68700A is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 10 -
CMYK 0.07 0 0.91 0.56
HSL 64.71º 0.84% 0.24% -
HSV(B) 64.71º 0.91% 0.44% -
XYZ 11.56 14.55 2.49 -
YUV 97.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 104 112 10 0.07 0 0.91 0.56 64.71 0.84 0.24
Hex 68 70 A 7 0 5B 38 41 54 18
Octal 150 160 12 7 0 133 70 101 124 30
Binary 1101000 1110000 1010 111 0 1011011 111000 1000001 1010100 11000

Color Harmonies of #68700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68700A

Black with #68700A

Text Example


Text Example

White with #68700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68700A; }

 p { color: rgb(104,112,10); }

 H1.HeaderClassName
 {
   color: #68700A;
 }
 .AnyTagClassName
 {
   color: #68700A;
 }
</style>

background-color css

<style>
 a { background-color: #68700A; }

 a { background-color: rgb(104,112,10); }

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

border-color css

<style>
 span { border-color: #68700A; }

 span { border-color: rgb(104,112,10); }

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