Html Css Color HEX #699C75 Oxley

📋 copy color: '#699C75'

red 105 ◦ green 156 ◦ blue 117

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

Shades of Oxley #699C75

Tints of Oxley #699C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 27.78%
G = 41.27%
B = 30.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#699C75 (or 0x699C75) is known color: Oxley. HEX triplet: 69, 9C and 75. RGB value is (105,156,117). Sum of RGB (Red+Green+Blue) = 105+156+117=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #699C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C75 is #96638A. Grayscale: #888888. Windows color (decimal): -9855883 or 7707753. OLE color: 7707753.

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

Color convert

RGB 105 156 117 -
CMYK 0.33 0 0.25 0.39
HSL 134.12º 0.2% 0.51% -
HSV(B) 134.12º 0.33% 0.61% -
XYZ 20.93 28.06 21.14 -
YUV 136.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 105 156 117 0.33 0 0.25 0.39 134.12 0.2 0.51
Hex 69 9C 75 21 0 19 27 86 14 33
Octal 151 234 165 41 0 31 47 206 24 63
Binary 1101001 10011100 1110101 100001 0 11001 100111 10000110 10100 110011

Color Harmonies of #699C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C75

Black with #699C75

Text Example


Text Example

White with #699C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,156,117); }

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

background-color css

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

 a { background-color: rgb(105,156,117); }

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

border-color css

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

 span { border-color: rgb(105,156,117); }

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