Html Css Color HEX #697A12 Fiji Green

📋 copy color: '#697A12'

red 105 ◦ green 122 ◦ blue 18

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

Shades of Fiji Green #697A12

Tints of Fiji Green #697A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.8%

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

R = 42.86%
G = 49.8%
B = 7.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#697A12 (or 0x697A12) is known color: Fiji Green. HEX triplet: 69, 7A and 12. RGB value is (105,122,18). Sum of RGB (Red+Green+Blue) = 105+122+18=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #697A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697A12 is #9685ED. Grayscale: #696969. Windows color (decimal): -9864686 or 1210985. OLE color: 1210985.

HSL color Cylindrical-coordinate representation of color #697A12: hue angle of 69.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #697A12 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 122 18 -
CMYK 0.14 0 0.85 0.52
HSL 69.81º 0.74% 0.27% -
HSV(B) 69.81º 0.85% 0.48% -
XYZ 12.89 16.97 3.17 -
YUV 105.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 105 122 18 0.14 0 0.85 0.52 69.81 0.74 0.27
Hex 69 7A 12 E 0 55 34 46 4A 1B
Octal 151 172 22 16 0 125 64 106 112 33
Binary 1101001 1111010 10010 1110 0 1010101 110100 1000110 1001010 11011

Color Harmonies of #697A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A12

Black with #697A12

Text Example


Text Example

White with #697A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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