Html Css Color HEX #697521 Fiji Green

📋 copy color: '#697521'

red 105 ◦ green 117 ◦ blue 33

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

Shades of Fiji Green #697521

Tints of Fiji Green #697521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 41.18%
G = 45.88%
B = 12.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#697521 (or 0x697521) is known color: Fiji Green. HEX triplet: 69, 75 and 21. RGB value is (105,117,33). Sum of RGB (Red+Green+Blue) = 105+117+33=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #697521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697521 is #968ADE. Grayscale: #686868. Windows color (decimal): -9865951 or 2192745. OLE color: 2192745.

HSL color Cylindrical-coordinate representation of color #697521: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #697521 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 33 -
CMYK 0.10 0 0.72 0.54
HSL 68.57º 0.56% 0.29% -
HSV(B) 68.57º 0.72% 0.46% -
XYZ 12.46 15.84 3.84 -
YUV 103.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 105 117 33 0.10 0 0.72 0.54 68.57 0.56 0.29
Hex 69 75 21 A 0 48 36 45 38 1D
Octal 151 165 41 12 0 110 66 105 70 35
Binary 1101001 1110101 100001 1010 0 1001000 110110 1000101 111000 11101

Color Harmonies of #697521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697521

Black with #697521

Text Example


Text Example

White with #697521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697521; }

 p { color: rgb(105,117,33); }

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

background-color css

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

 a { background-color: rgb(105,117,33); }

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

border-color css

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

 span { border-color: rgb(105,117,33); }

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