Html Css Color HEX #697010 Fiji Green

📋 copy color: '#697010'

red 105 ◦ green 112 ◦ blue 16

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

Shades of Fiji Green #697010

Tints of Fiji Green #697010

RGB

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

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

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

R = 45.06%
G = 48.07%
B = 6.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#697010 (or 0x697010) is known color: Fiji Green. HEX triplet: 69, 70 and 10. RGB value is (105,112,16). Sum of RGB (Red+Green+Blue) = 105+112+16=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #697010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697010 is #968FEF. Grayscale: #636363. Windows color (decimal): -9867248 or 1077353. OLE color: 1077353.

HSL color Cylindrical-coordinate representation of color #697010: hue angle of 64.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #697010 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 16 -
CMYK 0.06 0 0.86 0.56
HSL 64.38º 0.75% 0.25% -
HSV(B) 64.38º 0.86% 0.44% -
XYZ 11.71 14.63 2.7 -
YUV 98.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 105 112 16 0.06 0 0.86 0.56 64.38 0.75 0.25
Hex 69 70 10 6 0 56 38 40 4B 19
Octal 151 160 20 6 0 126 70 100 113 31
Binary 1101001 1110000 10000 110 0 1010110 111000 1000000 1001011 11001

Color Harmonies of #697010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697010

Black with #697010

Text Example


Text Example

White with #697010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697010; }

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

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

background-color css

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

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

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

border-color css

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

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

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