Html Css Color HEX #68730A Fiji Green

📋 copy color: '#68730A'

red 104 ◦ green 115 ◦ blue 10

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

Shades of Fiji Green #68730A

Tints of Fiji Green #68730A

RGB

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

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

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

R = 45.41%
G = 50.22%
B = 4.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#68730A (or 0x68730A) is known color: Fiji Green. HEX triplet: 68, 73 and 0A. RGB value is (104,115,10). Sum of RGB (Red+Green+Blue) = 104+115+10=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #68730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68730A is #978CF5. Grayscale: #646464. Windows color (decimal): -9932022 or 684904. OLE color: 684904.

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

Color convert

RGB 104 115 10 -
CMYK 0.10 0 0.91 0.55
HSL 66.29º 0.84% 0.25% -
HSV(B) 66.29º 0.91% 0.45% -
XYZ 11.89 15.23 2.6 -
YUV 99.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 104 115 10 0.10 0 0.91 0.55 66.29 0.84 0.25
Hex 68 73 A A 0 5B 37 42 54 19
Octal 150 163 12 12 0 133 67 102 124 31
Binary 1101000 1110011 1010 1010 0 1011011 110111 1000010 1010100 11001

Color Harmonies of #68730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68730A

Black with #68730A

Text Example


Text Example

White with #68730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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