Html Css Color HEX #68721B Fiji Green

📋 copy color: '#68721B'

red 104 ◦ green 114 ◦ blue 27

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

Shades of Fiji Green #68721B

Tints of Fiji Green #68721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 42.45%
G = 46.53%
B = 11.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#68721B (or 0x68721B) is known color: Fiji Green. HEX triplet: 68, 72 and 1B. RGB value is (104,114,27). Sum of RGB (Red+Green+Blue) = 104+114+27=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #68721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68721B is #978DE4. Grayscale: #656565. Windows color (decimal): -9932261 or 1798760. OLE color: 1798760.

HSL color Cylindrical-coordinate representation of color #68721B: hue angle of 66.9º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68721B is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 27 -
CMYK 0.09 0 0.76 0.55
HSL 66.9º 0.62% 0.28% -
HSV(B) 66.9º 0.76% 0.45% -
XYZ 11.92 15.06 3.31 -
YUV 101.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 104 114 27 0.09 0 0.76 0.55 66.9 0.62 0.28
Hex 68 72 1B 9 0 4C 37 43 3E 1C
Octal 150 162 33 11 0 114 67 103 76 34
Binary 1101000 1110010 11011 1001 0 1001100 110111 1000011 111110 11100

Color Harmonies of #68721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68721B

Black with #68721B

Text Example


Text Example

White with #68721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68721B; }

 p { color: rgb(104,114,27); }

 H1.HeaderClassName
 {
   color: #68721B;
 }
 .AnyTagClassName
 {
   color: #68721B;
 }
</style>

background-color css

<style>
 a { background-color: #68721B; }

 a { background-color: rgb(104,114,27); }

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

border-color css

<style>
 span { border-color: #68721B; }

 span { border-color: rgb(104,114,27); }

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