Html Css Color HEX #697712 Fiji Green

📋 copy color: '#697712'

red 105 ◦ green 119 ◦ blue 18

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

Shades of Fiji Green #697712

Tints of Fiji Green #697712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 43.39%
G = 49.17%
B = 7.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#697712 (or 0x697712) is known color: Fiji Green. HEX triplet: 69, 77 and 12. RGB value is (105,119,18). Sum of RGB (Red+Green+Blue) = 105+119+18=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #697712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697712 is #9688ED. Grayscale: #676767. Windows color (decimal): -9865454 or 1210217. OLE color: 1210217.

HSL color Cylindrical-coordinate representation of color #697712: hue angle of 68.32º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #697712 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 18 -
CMYK 0.12 0 0.85 0.53
HSL 68.32º 0.74% 0.27% -
HSV(B) 68.32º 0.85% 0.47% -
XYZ 12.53 16.24 3.05 -
YUV 103.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 105 119 18 0.12 0 0.85 0.53 68.32 0.74 0.27
Hex 69 77 12 C 0 55 35 44 4A 1B
Octal 151 167 22 14 0 125 65 104 112 33
Binary 1101001 1110111 10010 1100 0 1010101 110101 1000100 1001010 11011

Color Harmonies of #697712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697712

Black with #697712

Text Example


Text Example

White with #697712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697712; }

 p { color: rgb(105,119,18); }

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

background-color css

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

 a { background-color: rgb(105,119,18); }

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

border-color css

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

 span { border-color: rgb(105,119,18); }

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