Html Css Color HEX #698010 Fiji Green

📋 copy color: '#698010'

red 105 ◦ green 128 ◦ blue 16

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

Shades of Fiji Green #698010

Tints of Fiji Green #698010

RGB

 RED value IS 105 (41.41% from 255) = 42.17%

 GREEN value IS 128 (50.39% from 255) = 51.41%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 42.17%
G = 51.41%
B = 6.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#698010 (or 0x698010) is known color: Fiji Green. HEX triplet: 69, 80 and 10. RGB value is (105,128,16). Sum of RGB (Red+Green+Blue) = 105+128+16=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #698010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698010 is #967FEF. Grayscale: #6C6C6C. Windows color (decimal): -9863152 or 1081449. OLE color: 1081449.

HSL color Cylindrical-coordinate representation of color #698010: hue angle of 72.32º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #698010 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 16 -
CMYK 0.18 0 0.88 0.50
HSL 72.32º 0.78% 0.28% -
HSV(B) 72.32º 0.88% 0.5% -
XYZ 13.64 18.48 3.34 -
YUV 108.36 75.88 125.61 -
System Red Green Blue C M Y K H S L
Decimal 105 128 16 0.18 0 0.88 0.50 72.32 0.78 0.28
Hex 69 80 10 12 0 58 32 48 4E 1C
Octal 151 200 20 22 0 130 62 110 116 34
Binary 1101001 10000000 10000 10010 0 1011000 110010 1001000 1001110 11100

Color Harmonies of #698010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698010

Black with #698010

Text Example


Text Example

White with #698010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698010; }

 p { color: rgb(105,128,16); }

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

background-color css

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

 a { background-color: rgb(105,128,16); }

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

border-color css

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

 span { border-color: rgb(105,128,16); }

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