Html Css Color HEX #699A76 Oxley

📋 copy color: '#699A76'

red 105 ◦ green 154 ◦ blue 118

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

Shades of Oxley #699A76

Tints of Oxley #699A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 27.85%
G = 40.85%
B = 31.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#699A76 (or 0x699A76) is known color: Oxley. HEX triplet: 69, 9A and 76. RGB value is (105,154,118). Sum of RGB (Red+Green+Blue) = 105+154+118=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #699A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A76 is #966589. Grayscale: #878787. Windows color (decimal): -9856394 or 7772777. OLE color: 7772777.

HSL color Cylindrical-coordinate representation of color #699A76: hue angle of 135.92º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A76 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 118 -
CMYK 0.32 0 0.23 0.40
HSL 135.92º 0.2% 0.51% -
HSV(B) 135.92º 0.32% 0.6% -
XYZ 20.65 27.42 21.34 -
YUV 135.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 105 154 118 0.32 0 0.23 0.40 135.92 0.2 0.51
Hex 69 9A 76 20 0 17 28 88 14 33
Octal 151 232 166 40 0 27 50 210 24 63
Binary 1101001 10011010 1110110 100000 0 10111 101000 10001000 10100 110011

Color Harmonies of #699A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A76

Black with #699A76

Text Example


Text Example

White with #699A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699A76; }

 p { color: rgb(105,154,118); }

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

background-color css

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

 a { background-color: rgb(105,154,118); }

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

border-color css

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

 span { border-color: rgb(105,154,118); }

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