Html Css Color HEX #697215 Fiji Green

📋 copy color: '#697215'

red 105 ◦ green 114 ◦ blue 21

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

Shades of Fiji Green #697215

Tints of Fiji Green #697215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 43.75%
G = 47.5%
B = 8.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#697215 (or 0x697215) is known color: Fiji Green. HEX triplet: 69, 72 and 15. RGB value is (105,114,21). Sum of RGB (Red+Green+Blue) = 105+114+21=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #697215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697215 is #968DEA. Grayscale: #656565. Windows color (decimal): -9866731 or 1405545. OLE color: 1405545.

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

Color convert

RGB 105 114 21 -
CMYK 0.08 0 0.82 0.55
HSL 65.81º 0.69% 0.26% -
HSV(B) 65.81º 0.82% 0.45% -
XYZ 11.98 15.09 2.99 -
YUV 100.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 105 114 21 0.08 0 0.82 0.55 65.81 0.69 0.26
Hex 69 72 15 8 0 52 37 42 45 1A
Octal 151 162 25 10 0 122 67 102 105 32
Binary 1101001 1110010 10101 1000 0 1010010 110111 1000010 1000101 11010

Color Harmonies of #697215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697215

Black with #697215

Text Example


Text Example

White with #697215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697215; }

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

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

background-color css

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

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

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

border-color css

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

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

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