Html Css Color HEX #697213 Fiji Green

📋 copy color: '#697213'

red 105 ◦ green 114 ◦ blue 19

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

Shades of Fiji Green #697213

Tints of Fiji Green #697213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 44.12%
G = 47.9%
B = 7.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#697213 (or 0x697213) is known color: Fiji Green. HEX triplet: 69, 72 and 13. RGB value is (105,114,19). Sum of RGB (Red+Green+Blue) = 105+114+19=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #697213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697213 is #968DEC. Grayscale: #646464. Windows color (decimal): -9866733 or 1274473. OLE color: 1274473.

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

Color convert

RGB 105 114 19 -
CMYK 0.08 0 0.83 0.55
HSL 65.68º 0.71% 0.26% -
HSV(B) 65.68º 0.83% 0.45% -
XYZ 11.96 15.08 2.9 -
YUV 100.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 105 114 19 0.08 0 0.83 0.55 65.68 0.71 0.26
Hex 69 72 13 8 0 53 37 42 47 1A
Octal 151 162 23 10 0 123 67 102 107 32
Binary 1101001 1110010 10011 1000 0 1010011 110111 1000010 1000111 11010

Color Harmonies of #697213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697213

Black with #697213

Text Example


Text Example

White with #697213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697213; }

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

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

background-color css

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

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

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

border-color css

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

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

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