Html Css Color HEX #697121 Fiji Green

📋 copy color: '#697121'

red 105 ◦ green 113 ◦ blue 33

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

Shades of Fiji Green #697121

Tints of Fiji Green #697121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.02%

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

R = 41.83%
G = 45.02%
B = 13.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#697121 (or 0x697121) is known color: Fiji Green. HEX triplet: 69, 71 and 21. RGB value is (105,113,33). Sum of RGB (Red+Green+Blue) = 105+113+33=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #697121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697121 is #968EDE. Grayscale: #656565. Windows color (decimal): -9866975 or 2191721. OLE color: 2191721.

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

Color convert

RGB 105 113 33 -
CMYK 0.07 0 0.71 0.56
HSL 66º 0.55% 0.29% -
HSV(B) 66º 0.71% 0.44% -
XYZ 12.01 14.92 3.69 -
YUV 101.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 105 113 33 0.07 0 0.71 0.56 66 0.55 0.29
Hex 69 71 21 7 0 47 38 42 37 1D
Octal 151 161 41 7 0 107 70 102 67 35
Binary 1101001 1110001 100001 111 0 1000111 111000 1000010 110111 11101

Color Harmonies of #697121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697121

Black with #697121

Text Example


Text Example

White with #697121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697121; }

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

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

background-color css

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

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

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

border-color css

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

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

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