Html Css Color HEX #699671 Oxley

📋 copy color: '#699671'

red 105 ◦ green 150 ◦ blue 113

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

Shades of Oxley #699671

Tints of Oxley #699671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 28.53%
G = 40.76%
B = 30.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#699671 (or 0x699671) is known color: Oxley. HEX triplet: 69, 96 and 71. RGB value is (105,150,113). Sum of RGB (Red+Green+Blue) = 105+150+113=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #699671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699671 is #96698E. Grayscale: #848484. Windows color (decimal): -9857423 or 7444073. OLE color: 7444073.

HSL color Cylindrical-coordinate representation of color #699671: hue angle of 130.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699671 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 113 -
CMYK 0.30 0 0.25 0.41
HSL 130.67º 0.18% 0.5% -
HSV(B) 130.67º 0.3% 0.59% -
XYZ 19.71 26.01 19.6 -
YUV 132.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 105 150 113 0.30 0 0.25 0.41 130.67 0.18 0.5
Hex 69 96 71 1E 0 19 29 83 12 32
Octal 151 226 161 36 0 31 51 203 22 62
Binary 1101001 10010110 1110001 11110 0 11001 101001 10000011 10010 110010

Color Harmonies of #699671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699671

Black with #699671

Text Example


Text Example

White with #699671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699671; }

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

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

background-color css

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

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

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

border-color css

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

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

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