Html Css Color HEX #697013 Fiji Green

📋 copy color: '#697013'

red 105 ◦ green 112 ◦ blue 19

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

Shades of Fiji Green #697013

Tints of Fiji Green #697013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 44.49%
G = 47.46%
B = 8.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#697013 (or 0x697013) is known color: Fiji Green. HEX triplet: 69, 70 and 13. RGB value is (105,112,19). Sum of RGB (Red+Green+Blue) = 105+112+19=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #697013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697013 is #968FEC. Grayscale: #636363. Windows color (decimal): -9867245 or 1273961. OLE color: 1273961.

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

Color convert

RGB 105 112 19 -
CMYK 0.06 0 0.83 0.56
HSL 64.52º 0.71% 0.26% -
HSV(B) 64.52º 0.83% 0.44% -
XYZ 11.74 14.64 2.82 -
YUV 99.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 105 112 19 0.06 0 0.83 0.56 64.52 0.71 0.26
Hex 69 70 13 6 0 53 38 41 47 1A
Octal 151 160 23 6 0 123 70 101 107 32
Binary 1101001 1110000 10011 110 0 1010011 111000 1000001 1000111 11010

Color Harmonies of #697013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697013

Black with #697013

Text Example


Text Example

White with #697013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697013; }

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

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

background-color css

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

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

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

border-color css

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

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

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