Html Css Color HEX #699871 Oxley

📋 copy color: '#699871'

red 105 ◦ green 152 ◦ blue 113

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

Shades of Oxley #699871

Tints of Oxley #699871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

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

R = 28.38%
G = 41.08%
B = 30.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#699871 (or 0x699871) is known color: Oxley. HEX triplet: 69, 98 and 71. RGB value is (105,152,113). Sum of RGB (Red+Green+Blue) = 105+152+113=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #699871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699871 is #96678E. Grayscale: #858585. Windows color (decimal): -9856911 or 7444585. OLE color: 7444585.

HSL color Cylindrical-coordinate representation of color #699871: hue angle of 130.21º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699871 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 113 -
CMYK 0.31 0 0.26 0.40
HSL 130.21º 0.19% 0.5% -
HSV(B) 130.21º 0.31% 0.6% -
XYZ 20.03 26.65 19.71 -
YUV 133.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 105 152 113 0.31 0 0.26 0.40 130.21 0.19 0.5
Hex 69 98 71 1F 0 1A 28 82 13 32
Octal 151 230 161 37 0 32 50 202 23 62
Binary 1101001 10011000 1110001 11111 0 11010 101000 10000010 10011 110010

Color Harmonies of #699871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699871

Black with #699871

Text Example


Text Example

White with #699871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699871; }

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

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

background-color css

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

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

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

border-color css

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

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

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