Html Css Color HEX #699C71 Oxley

📋 copy color: '#699C71'

red 105 ◦ green 156 ◦ blue 113

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

Shades of Oxley #699C71

Tints of Oxley #699C71

RGB

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

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

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

R = 28.07%
G = 41.71%
B = 30.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#699C71 (or 0x699C71) is known color: Oxley. HEX triplet: 69, 9C and 71. RGB value is (105,156,113). Sum of RGB (Red+Green+Blue) = 105+156+113=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #699C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C71 is #96638E. Grayscale: #878787. Windows color (decimal): -9855887 or 7445609. OLE color: 7445609.

HSL color Cylindrical-coordinate representation of color #699C71: hue angle of 129.41º 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 #699C71 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 156 113 -
CMYK 0.33 0 0.28 0.39
HSL 129.41º 0.2% 0.51% -
HSV(B) 129.41º 0.33% 0.61% -
XYZ 20.69 27.97 19.93 -
YUV 135.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 105 156 113 0.33 0 0.28 0.39 129.41 0.2 0.51
Hex 69 9C 71 21 0 1C 27 81 14 33
Octal 151 234 161 41 0 34 47 201 24 63
Binary 1101001 10011100 1110001 100001 0 11100 100111 10000001 10100 110011

Color Harmonies of #699C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C71

Black with #699C71

Text Example


Text Example

White with #699C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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