Html Css Color HEX #699B7F Oxley

📋 copy color: '#699B7F'

red 105 ◦ green 155 ◦ blue 127

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

Shades of Oxley #699B7F

Tints of Oxley #699B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 27.13%
G = 40.05%
B = 32.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#699B7F (or 0x699B7F) is known color: Oxley. HEX triplet: 69, 9B and 7F. RGB value is (105,155,127). Sum of RGB (Red+Green+Blue) = 105+155+127=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #699B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B7F is #966480. Grayscale: #888888. Windows color (decimal): -9856129 or 8362857. OLE color: 8362857.

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

Color convert

RGB 105 155 127 -
CMYK 0.32 0 0.18 0.39
HSL 146.4º 0.2% 0.51% -
HSV(B) 146.4º 0.32% 0.61% -
XYZ 21.38 27.98 24.35 -
YUV 136.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 105 155 127 0.32 0 0.18 0.39 146.4 0.2 0.51
Hex 69 9B 7F 20 0 12 27 92 14 33
Octal 151 233 177 40 0 22 47 222 24 63
Binary 1101001 10011011 1111111 100000 0 10010 100111 10010010 10100 110011

Color Harmonies of #699B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B7F

Black with #699B7F

Text Example


Text Example

White with #699B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,127); }

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

background-color css

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

 a { background-color: rgb(105,155,127); }

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

border-color css

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

 span { border-color: rgb(105,155,127); }

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