Html Css Color HEX #697510 Fiji Green

📋 copy color: '#697510'

red 105 ◦ green 117 ◦ blue 16

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

Shades of Fiji Green #697510

Tints of Fiji Green #697510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 44.12%
G = 49.16%
B = 6.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#697510 (or 0x697510) is known color: Fiji Green. HEX triplet: 69, 75 and 10. RGB value is (105,117,16). Sum of RGB (Red+Green+Blue) = 105+117+16=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #697510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697510 is #968AEF. Grayscale: #666666. Windows color (decimal): -9865968 or 1078633. OLE color: 1078633.

HSL color Cylindrical-coordinate representation of color #697510: hue angle of 67.13º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #697510 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 16 -
CMYK 0.10 0 0.86 0.54
HSL 67.13º 0.76% 0.26% -
HSV(B) 67.13º 0.86% 0.46% -
XYZ 12.28 15.76 2.89 -
YUV 101.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 105 117 16 0.10 0 0.86 0.54 67.13 0.76 0.26
Hex 69 75 10 A 0 56 36 43 4C 1A
Octal 151 165 20 12 0 126 66 103 114 32
Binary 1101001 1110101 10000 1010 0 1010110 110110 1000011 1001100 11010

Color Harmonies of #697510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697510

Black with #697510

Text Example


Text Example

White with #697510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697510; }

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

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

background-color css

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

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

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

border-color css

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

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

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