Html Css Color HEX #697D33 Rain Forest

📋 copy color: '#697D33'

red 105 ◦ green 125 ◦ blue 51

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

Shades of Rain Forest #697D33

Tints of Rain Forest #697D33

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.48%

 BLUE value IS 51 (20.31% from 255) = 18.15%

R = 37.37%
G = 44.48%
B = 18.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#697D33 (or 0x697D33) is known color: Rain Forest. HEX triplet: 69, 7D and 33. RGB value is (105,125,51). Sum of RGB (Red+Green+Blue) = 105+125+51=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #697D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D33 is #9682CC. Grayscale: #6E6E6E. Windows color (decimal): -9863885 or 3374441. OLE color: 3374441.

HSL color Cylindrical-coordinate representation of color #697D33: hue angle of 76.22º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #697D33 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 51 -
CMYK 0.16 0 0.59 0.51
HSL 76.22º 0.42% 0.35% -
HSV(B) 76.22º 0.59% 0.49% -
XYZ 13.76 17.91 5.86 -
YUV 110.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 105 125 51 0.16 0 0.59 0.51 76.22 0.42 0.35
Hex 69 7D 33 10 0 3B 33 4C 2A 23
Octal 151 175 63 20 0 73 63 114 52 43
Binary 1101001 1111101 110011 10000 0 111011 110011 1001100 101010 100011

Color Harmonies of #697D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D33

Black with #697D33

Text Example


Text Example

White with #697D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D33; }

 p { color: rgb(105,125,51); }

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

background-color css

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

 a { background-color: rgb(105,125,51); }

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

border-color css

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

 span { border-color: rgb(105,125,51); }

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