#69B827

Color #69B827 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #69B827

Tints of Christi #69B827

Color information

#69B827 (or 0x69B827) is unknown color: approx Christi. HEX triplet: 69, B8 and 27. RGB value is (105,184,39). Sum of RGB (Red+Green+Blue) = 105+184+39=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #69B827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B827 is #9647D8. Grayscale: #909090. Windows color (decimal): -9848793 or 2603113. OLE color: 2603113.

HSL color Cylindrical-coordinate representation of color #69B827: hue angle of 92.69º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69B827 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB10518439-
CMYK0.4300.790.28
HSL92.69º65.02%43.73%-
HSV(B)92.69º78.8%72.16%-
XYZ23.3337.437.91-
YUV143.8568.83100.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 184 (72.27% from 255) = 56.10%
BLUE value IS 39 (15.62% from 255) = 11.89%
R=32.01%
G=56.10%
B=11.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105184390.4300.790.2892.6965.0243.73
Hex69B8272B04F1C5d412c
Octal151270475301173413510154
Binary110100110111000100111101011010011111110010111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B827; }

 p { color: rgb(105,184,39); }

 H1.HeaderClassName
 {
   color: #69B827;
 }
 .AnyTagClassName
 {
   color: #69B827;
 }
</style>
background-color css

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

 a { background-color: rgb(105,184,39); }

 div.DivClassName
 {
   background-color: #69B827;
 }
 .BgClassName
 {
   background-color: #69B827;
 }
</style>
border-color css

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

 span { border-color: rgb(105,184,39); }

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